<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/navigating-the-ingress-nginx-retirement-epyhnhfiu" -->

---
title: Navigating the ingress-NGINX retirement | daily.dev
description: The ingress-nginx community controller reached end of life in March 2026, forcing Kubernetes teams to choose a migration path. Two options are presented: Path...
canonical: https://daily.dev/posts/navigating-the-ingress-nginx-retirement-epyhnhfiu
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Navigating the ingress-NGINX retirement | daily.dev
og:description: The ingress-nginx community controller reached end of life in March 2026, forcing Kubernetes teams to choose a migration path. Two options are presented: Path...
og:url: https://daily.dev/posts/navigating-the-ingress-nginx-retirement-epyhnhfiu
og:image: https://api.daily.dev/og/posts/ePYhNHfiu.png
og:image:alt: Navigating the ingress-NGINX retirement
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Navigating the ingress-NGINX retirement

**[CNCF](https://daily.dev/sources/cncf)** · 3 min read · 1 upvotes · 0 comments

## Summary

The ingress-nginx community controller reached end of life in March 2026, forcing Kubernetes teams to choose a migration path. Two options are presented: Path A is a lift-and-shift to another Ingress controller like Contour, which is lower effort but leaves teams on a feature-frozen API; Path B is migrating to the Gateway API, which requires rewriting routing manifests but offers a role-oriented design, active upstream development, and advanced built-in capabilities. A comparative table weighs migration effort, operational paradigm, future-proofing, and capabilities. Practical migration steps include auditing existing nginx annotations, using tools like ingress2gateway for automation, and running old and new configurations in parallel during rollout.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.cncf.io/blog/2026/07/09/navigating-the-ingress-nginx-retirement>

## Similar posts on daily.dev

- [Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API](https://daily.dev/posts/ingress-nginx-is-eol-a-practical-guide-for-migrating-to-kubernetes-gateway-api-fj854bzvi) · Datadog · 0 upvotes · 0 comments
- [Navigating the Ingress NGINX Sunset: Four Migration Strategies and How to Choose](https://daily.dev/posts/navigating-the-ingress-nginx-sunset-four-migration-strategies-and-how-to-choose-2umjlserx) · Cloud Native Now · 0 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#gateway-api](https://daily.dev/tags/gateway-api)

[View this post on daily.dev](https://daily.dev/posts/navigating-the-ingress-nginx-retirement-epyhnhfiu)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Navigating the ingress-NGINX retirement","url":"https://daily.dev/posts/navigating-the-ingress-nginx-retirement-epyhnhfiu","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/navigating-the-ingress-nginx-retirement-epyhnhfiu"},"datePublished":"2026-07-09T20:47:59.079Z","dateModified":"2026-07-12T06:21:23.729Z","description":"The ingress-nginx community controller reached end of life in March 2026, forcing Kubernetes teams to choose a migration path. Two options are presented: Path...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/7eb4a3be16f72770a96c7e7b27174129?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/7eb4a3be16f72770a96c7e7b27174129?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"CNCF","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"CNCF","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/55536a03390741eebd96d2f9b74d2d8d","url":"https://daily.dev/sources/cncf"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/navigating-the-ingress-nginx-retirement-epyhnhfiu","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"kubernetes,gateway-api","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"CNCF","item":"https://daily.dev/sources/cncf"},{"@type":"ListItem","position":3,"name":"Navigating the ingress-NGINX retirement"}]}
```

