Pain(less?) NGINX Ingress
Caution: As of March 2026, ingress-nginx will no longer receive new releases, bugfixes, or updates to resolve any security vulnerabilities that may be discovered. So you have a Kubernetes cluster and are using (or considering using) the NGINX ingress controller to forward outside traffic to in-cluster services. That’s awesome! The first time I looked at it, everything looked so easy; installing the NGINX ingress controller was one helm install away, so I did it. Then, after hooking up the DNS to the load balancer and creating a few Ingress resources, I was in business. ...