Hello,
I am starting to look at how migrating from nginx ingress controller to traefik ingress controller on AWS EKS.
Are there particular steps I need to follow in order to slowly start rolling out Traefik?
I was thinking about:
- Do I need to change the default service port of traefik so they don't collide with the existing nginx service?
- nginx controller doesn't seem to be the default ingress class, all ressources have their own annotations with ingress class, can I safely deploy traefik with the default ingressclass?
Best regards