One of the most widely used Ingress implementations in the Kubernetes – ecosystem Ingress NGINX, will officially be retired from active support in March 2026. The announcement was made by the Kubernetes SIG Network and the Kubernetes Security Response Committee in an official blog post.
According to the official information:
- Support will end after March 2026 – no new releases, bug fixes, or security patches will be provided;
- Repositories will be set to read-only mode;
- Existing installations will continue to function but will no longer receive security updates, increasing risk in production environments.
This change directly affects teams using Ingress NGINX as a core component for managing traffic to their Kubernetes applications.
Reasons for Ending Support
Kubernetes has cited several key reasons for this decision:
- Reduced number of active project maintainers;
- Accumulated architectural and infrastructure limitations;
- Migration of the ecosystem to the more modern Gateway API, which addresses several limitations of traditional Ingress controllers.
Ingress NGINX is therefore reaching the natural end of its lifecycle within the Kubernetes ecosystem.
