patrickeasters / traefik-k8s-tls-example

42 stars 17 forks source link

How to redirect Traefik (HTTPs) to Ingress (HTTPs) #3

Open vkuznet opened 6 years ago

vkuznet commented 6 years ago

Hi, thank you for providing code base and explanation about traefik deployment. It helps me a lot to debug my issues. But I found that in your configuration you redirect Traefik (HTTPs) request to Ingress (HTTP) backend. I'm interested to establish pure HTTPs connection from frontend to backend that all incoming traffic will be secured all the way to backends. What should be tweaked in configuration to do that?

patrickeasters commented 6 years ago

That's a great question. I haven't tried this personally yet. I'm in the process of rebuilding my lab, but I'll see if I can get this working in the next week or so. If it's not supported, it seems like a pretty easy enhancement.