I'm trying to switch from using ingress nginx to traefik for my setup on EKS, but I'm running into a problem. I use cert-manager to obtain Let's Encrypt certificates, but it seems like traefik is only showing the default certificate and isn't picking up on the ones I created. There are no errors in the traefik containers, so I'm confused about what could be going wrong. Everything else sets up fine, including the load balancer pods, but the TLS just isn't functioning as expected. Does anyone have any tips or insights?
1 Answer
You might want to consider using a Gateway API instead of just swapping out the ingress controller. It could simplify things in the long run.

For now, I'm sticking with ingress because a lot of the tools we use don't have helm charts that support the Gateway API.