Is there a ingress-nginx -> traefik extensive troubleshooting guide? I keep getting 404s when trying to reach services

Hi,

I am trying to follow the migration guide. “ Migrate from Ingress NGINX Controller to Traefik - Traefik “. After I made some changes to the instructions to use the aws cert that we use, I am getting 404s whenever I try to reach the services. This includes trying to get to the dashboard.

I see that there is a troubleshooting at the end, but it is pretty basic, and so far it doesn’t seem to help that much. The one thing I see is that there are no logs after the ones that set traefik up.

Is there another more in-depth troubleshooting guide?

I solved my problem by doing a straight installation of Traefik. At that point I got the 404s again.

In my setup, we are using aws load balancers for ssl termination. So I had to reroute port 443 to 80. This pretty much solved the problem.

The key for that configuration is adding this to the changes to the values.yaml file used for the helm chart
```

ports:
websecure:
targetPort: web
```

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.