Add Traefik reverse proxy to Kubernetes

This task was astonishingly hard to configure. In my K3S cluster I have a Traefik reverse proxy deployed. What I wanted to achieve was: Make my apps accessible from the internet Automate TLS certificate provision Protect apps with basic auth Step 1 involved opening http and https ports to my clusters master node IP address. Traefik was quite easily deployed through its Helm-Chart. This is my values.yaml. As Ionos is my domain hoster, I’m using their DNS challenge provider to generate Let’s Encrypt-Certificates: ...

February 24, 2024 · 2 min · Jens