Hello, @anjali-opstree !
Can I use multiple ingress controllers with AKS (like AGIC and NGINX)?
Yes, multiple ingress controllers can be used:
It is important to note that the Ingress Class must identify which controller to use (AGIC or NGINX ingress controller). For example:
For an Ingress resource to be observed by AGIC, it must be annotated with
kubernetes.io/ingress.class: azure/application-gateway
. Only then AGIC works with the Ingress resource in question.
I hope this has been helpful! Your feedback is important so please take a moment to accept answers.
If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!