-
Notifications
You must be signed in to change notification settings - Fork 13
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
Question: Setup Traefik for Ingress (TLS Letsencrypt) in Front of HA-Proxy #1
Comments
Hi @MatthiasHertel Haproxy is working behind Ingress, has own service, so you can point your Traefik to this service Also, TLS verification is working on the front (Traefik in your case) In my own setup, I don't use any ingress at all, I route all trafic to haproxy service (we use baremetal k8s and can assign external IPs directly to services). |
HI @krakazyabra thx for the explanation, yes you understand it correctly , i want to replace the TLS termination point ... i dont want to use ha-proxy with certmanager ... traefik handle it out of the box. i will try it today and give u feedback. our k8s setup runs in a HCI on vm's (cause of our HA needs in our setup) and we got our external IP's through metalLB. by the way your architecture graphics are so nice , which tool do you used for it ? link to architecture greets |
hello, Should I add a k8s service type=loadbalancer like i did for all my other services which gives me an external IP to connect to? |
Simple Draw.io hi @uvwild |
Hi @krakazyabra
first of all , really nice chart ... nice architectur graphic ! (btw which tool did you use for that ?)
to my question:
i have the following problem / setup , i use traefik as a my default ingress ... how can i use this chart with traefik in front of that ?
it is possible in general?
or do I have to replace ha proxy with traefik ?
greets
matthias
The text was updated successfully, but these errors were encountered: