Logo Joan's Blog
  • Home
  • About
  • Skills
  • Experiences
  • Education
  • More
    Projects Recent Posts
  • Posts
  • Notes
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • Tags
  • Ansible
  • Automation
  • Basic
  • DNS
  • Docker
  • Encryption
  • Git
  • GitLab
  • Identity Provider
  • Infrastructure
  • Kubernetes
  • Log
  • Monitoring
  • Multi-Lingual
  • Python
  • Reverse Proxy
  • Security
  • Server
  • SIEM
  • SQL
  • Terraform
  • Wazuh
Hero Image
Traefik with Cert-Manager on Kubernetes

Introduction Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. It is designed to handle high traffic workloads and can be used to route traffic to different services based on various criteria. Traefik is a popular choice for Kubernetes users because of its ease of use and powerful features. Installing helm Helm is a package manager for Kubernetes that allows you to easily install and manage applications on your cluster.

  • Reverse Proxy
  • Kubernetes
Sunday, April 21, 2024 | 7 minutes Read
Hero Image
Traefik

1. Prerequisites Docker and Docker Compose installed on your server. Access to a domain and Cloudflare API credentials for SSL certificate management via ACME. 2. Traefik Configuration Your Traefik setup is split into two main parts: the docker-compose.yml file and the traefik.yml configuration. Docker Compose for Traefik docker-compose.yml --- networks: frontend: external: true services: traefik_NESS: container_name: traefik_NESS image: traefik:2.10.5 ports: - 80:80 - 443:443 volumes: - ./config:/etc/traefik - /var/run/docker.sock:/var/run/docker.sock:ro - .

  • Reverse Proxy
  • Docker
Saturday, April 20, 2024 | 4 minutes Read
Navigation
  • About
  • Skills
  • Experiences
  • Education
  • Projects
  • Recent Posts
Contact me:
  • [email protected]
  • welp99
  • Joan Larcher
  • +33 6 32 50 79 68

Toha Theme Logo Toha
© 2024 Copyright.
Powered by Hugo Logo