Need Help Migrating from NGINX Ingress to Traefik

0
6
Asked By CuriousCactus42 On

I'm trying to switch from using NGINX Ingress to Traefik for my setup on EKS. I use Cert Manager for Let's Encrypt certificates, but I'm having trouble because Traefik is just showing the default certificate. There aren't any error messages in the Traefik containers, so I'm confused about what I'm missing. Everything else seems to be working fine, including the load balancer pods, but TLS isn't set up correctly. Any suggestions?

2 Answers

Answered By TechyTurtle89 On

It might be a good idea to consider using a Gateway API instead of another ingress controller. It could be more aligned with your setup moving forward.

Answered By NimbleNewt21 On

I get where you're coming from, but if you're limited on helm charts that support Gateway API, sticking with an ingress controller like Traefik for now is sensible. Just make sure your Traefik configuration is correctly set up to handle the TLS certificates.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.