Closed
Description
I have and am using the standard nginx ingress controller on AWS.
Today I implemented a second one for using with a test and dev environments, mostly so I can test upgrading ingresses when I want to.
The problem I found is after moving the ingress to the new controller the dns did not move with it and I had to use:
external-dns.alpha.kubernetes.io/target:
not sure what the best implementation would be but can you use the annotation 'kubernetes.io/ingress.class' which is used to point an ingress to a controller to work it out?
I understand that using many controllers is actually quite common.
Metadata
Metadata
Assignees
Labels
No labels