How to deploy two ingress-nginx controllers on one kind kubernetes cluster
For testing purposes, I deploy two versions of my application on the same machine. On production, only one application instance runs in one cloud Kubernetes cluster and uses the ingress-nginx controller to expose its API. I use kind to run…