Run Multiple Ingress-Nginx Controller in Kubernetes Namespaces.

Sreedhar Bukya
1 min readJan 27, 2023

In this article, I would like to cover, How to we run the Ingress-nginx controller in namespaces which can be controlled separately easily instead of having controlled at Cluster level.

Please notes, there are quite a number of ingress helm charts available on github. This is only focused on `ingress-nginx`. It is important to have namespaces which can be controlled by teams on K8 Resources.

If you are looking for `nginx-ingress controller` or `nginx-ingress` tools, this is not the articles which…

--

--