NGINX controller migration from ingress nginx

Please use this template for troubleshooting questions.

My issue: In the current ingress-controller, k8s ingress will get the IP addresses of the ingress-controller pods.

How I encountered the problem:

Solutions I’ve tried: Tried configuring the -report-ingress-status and the nginx-config CM with ‘external-status-address = “endpoint.mydomain.com“ ‘ but still getting 404

Version of NIC and/or NGINX: NGINX 5.3.2

Deployment environment: EKS

1 Like

Hi @ronduag , thanks for posting this issue.

Can you provide some more details about your ingress service?

eg; kubectl get svc -n <namespace>

Thanks