Redirect HTTP to HTTPS with Traefik 2 Middleware in K3s / Kubernetes
When setting up my new K3s cluster I needed some sort of redirect from HTTP to HTTPS. One option that is often found when searching for this issue is to redirect all traffic with Traefik. This however is not suitable if you just want some services to redirect and not everything in the cluster. Especially … [Read more…]