From Ingress NGINX to Higress: migrating 60+ resources in 30 minutes with AI
… Using the nginx-to-higress-migration skill , the agent automatically identified all Ingress resources and flagged NGINX-specific annotations that required translation. …
Tracked topic
We chose to use the existing certificates triggered by ingress-nginx via annotations: However, the certificates have an owner reference to the Ingress object. This means deleting an Ingress would cascade delete the Certificate and its Secret. Below one-liner, removes the ownerReference from all Certificates that reference an Ingress:
ingress-nginx to Envoy Gateway migration on CNCF internal services clusterWith ingress-nginx entering retirement, platform teams face a choice: keep a critical control-plane component without upstream maintenance, or move to an actively supported alternative. The Kubernetes community has aligned on the Gateway API as the long-term standard for traffic management. That direction shapes your two primary migration paths: Move to another ingress controller (such as Cilium Ingress, Traefik, or HAProxy Ingress). Adopt the Kubernetes Gateway API, the next-generation standard for ingress and traffic management, using a controller like Cilium Gateway API. Cilium offers both
Navigating the ingress-nginx archival: why now is the time to move to CiliumMost teams start with Cilium Ingress to remove the maintenance risk immediately, then move to the Gateway API as their routing and organizational needs evolve. If your platform already separates infrastructure and application teams, Gateway API will feel natural from the start. If your environment is smaller or less complex, Cilium Ingress offers the fastest path to replace ingress-nginx with minimal change. A practical migration plan: Document current behaviour: Capture hosts, paths, TLS, health checks, and any NGINX annotations. Select a target: Choose Cilium Ingress for quick replacement,
Navigating the ingress-nginx archival: why now is the time to move to Cilium… Using the nginx-to-higress-migration skill , the agent automatically identified all Ingress resources and flagged NGINX-specific annotations that required translation. …
… The Kubernetes Project announced the ingress-nginx retirement not to be confused with NGINX or NGINX Ingress Controller , which also affects the above mentioned Cluster. …
… The retirement announcement referenced in this article applies specifically to the community-maintained ingress-nginx project and should not be confused with the commercial and open source NGINX products maintained by the NGINX developers at NGINX . ingress-nginx and the NGINX Ingress Controller ar…
… Archival of Ingress-nginx: What Does This Mean for You? The maintainers of ingress-nginx have announced that the project is being archived at the start of 2026 . …
… Why migrate from ingress NGINX to Gateway API Ingress NGINX controller is one of the most widely deployed controllers in the Kubernetes ecosystem, and plenty of production clusters are running it right now. …