Skip to main content
Version: 1.2.0

Why we don't ship ingress-nginx examples

KubeAtlas ships example values for F5 NGINX Ingress Controller (nginxinc/kubernetes-ingress), Traefik, and AWS ALB — but not for the community kubernetes/ingress-nginx project.

That community project announced retirement in late 2025; from March 2026 it stopped receiving new releases, bug fixes, and CVE patches (Kubernetes blog). Pointing users at it would point them at a dead-end.

KubeAtlas itself doesn't care about your Ingress flavour — the chart just needs an ingressClassName that maps to a controller your cluster runs. Anything that implements the standard networking.k8s.io/v1 Ingress resource works. Pick whatever fits your environment:

If you currently run the community kubernetes/ingress-nginx controller, KubeAtlas still works against it — the chart's ingressClassName value points at whatever controller answers it. You'll want a migration plan before the project's EOL date so your production stack isn't left without CVE coverage.