-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working HTTPS example for GKE? #960
Comments
@ivanjaros could you give us your toml config ? |
OK, so after really busy weekend I have been able to get this up and running in GKE. There are a few quirks that one needs to figure out since the documentation is actually good, but for some reason I didn't saw/understood/noticed most of the things that I had to solve on my own before and only after I solved it I saw mentions about various stuff in the docs. One has to read the docs word by word I guess. Anyway, some of the issues that one has to watch out for is:
and other things that I cannot remember right now. Not all related to kubernetes or gke. |
Hi,
I am on Google Container Engine and I am trying to get the HTTPS working for two days already without any success. On port 80 all is great but HTTPS just won't work. The further I got was:
From what I've gathered it might be the fact that Traefik is not terminating the ssl but it forwards it onto the backend on port 80 which causes the unknown protocol error. But I am really, REALLY, just guessing here, I have no freaking idea.
There are a few examples, even on the official page, on how to setup Traefik on Kubernetes, but there is literally no working HTTPS example that I could find.
Also I am not using Google's Load Balancer(1 IP = 1 certificate) but I am using Kubernetes LB.
Another thing is that using file configuration is not working, Kubernetes takes over(ingress), but I get backend XYZ for frontend XYP does not exist, skipping. I think Traefik cannot parse the ingress configuration or something.
The text was updated successfully, but these errors were encountered: