Set up Traefik Kubernetes Ingress for HTTP and HTTPS with redirect to HTTPS
When services are deployed to kubernetes, it is necessary to configure how to expose and redirect traffic to them from outside the cluster.
In this blog post I will show you how you can set up Traefik ingress routers to redirect HTTP traffic to HTTPS...
aqibrahman.com3 min read
Tomas Norre Mikkelsen
Hi.
Thanks for writing the article, this is exactly what I was looking for, and it works like a charm for me, with one exception.
When I go to my traefik dashboard, I see the following error on the web-route.
middleware "default-traefik-redirectscheme@kubernetescrd" does not existI have applied the middleware, and it's also present when I do
kubectl get middlewareDo you have an idea why this is happening?