<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/the-end-of-an-era-transitioning-away-from-ingress-nginx-jqy1mrsly" -->

---
title: The End of an Era: Transitioning Away from Ingress NGINX
description: Ingress NGINX, the popular Kubernetes ingress controller, is retiring in March 2026 due to security concerns around configuration snippets and lack of...
canonical: https://daily.dev/posts/the-end-of-an-era-transitioning-away-from-ingress-nginx-jqy1mrsly
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: The End of an Era: Transitioning Away from Ingress NGINX | daily.dev
og:description: Ingress NGINX, the popular Kubernetes ingress controller, is retiring in March 2026 due to security concerns around configuration snippets and lack of...
og:url: https://daily.dev/posts/the-end-of-an-era-transitioning-away-from-ingress-nginx-jqy1mrsly
og:image: https://api.daily.dev/og/posts/JqY1MrsLy.png
og:image:alt: The End of an Era: Transitioning Away from Ingress NGINX
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.

# The End of an Era: Transitioning Away from Ingress NGINX

**[Google Open Source Blog](https://daily.dev/sources/googleoss)** · 9 min read · 1 upvotes · 0 comments

## Summary

Ingress NGINX, the popular Kubernetes ingress controller, is retiring in March 2026 due to security concerns around configuration snippets and lack of maintainers. The Kubernetes community recommends migrating to Gateway API, a more secure, standardized, and actively maintained successor that separates infrastructure, cluster, and application concerns. While migration requires mapping annotations to HTTPRoute logic and learning new objects, Gateway API offers better security, portability across implementations, and future-proof extensibility. Users should audit their deployments, use the ingress2gateway automation tool, and begin migration planning before the March 2026 deadline.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <http://opensource.googleblog.com/2026/02/the-end-of-an-era-transitioning-away-from-ingress-nginx.html>

## Similar posts on daily.dev

- [Kubernetes Community Retires Popular Ingress NGINX Controller](https://daily.dev/posts/kubernetes-community-retires-popular-ingress-nginx-controller-thrvot0xw) · InfoQ · 5 upvotes · 0 comments
- [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

---

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

[View this post on daily.dev](https://daily.dev/posts/the-end-of-an-era-transitioning-away-from-ingress-nginx-jqy1mrsly)

```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":"The End of an Era: Transitioning Away from Ingress NGINX","url":"https://daily.dev/posts/the-end-of-an-era-transitioning-away-from-ingress-nginx-jqy1mrsly","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/the-end-of-an-era-transitioning-away-from-ingress-nginx-jqy1mrsly"},"datePublished":"2026-02-12T20:14:26.101Z","dateModified":"2026-06-04T02:13:58.055Z","description":"Ingress NGINX, the popular Kubernetes ingress controller, is retiring in March 2026 due to security concerns around configuration snippets and lack of...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/026e10a2c6a1870ada3e56b7839dee16?_a=AQAEunF","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/026e10a2c6a1870ada3e56b7839dee16?_a=AQAEunF","isAccessibleForFree":true,"articleSection":"Google Open Source Blog","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":"Google Open Source Blog","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8a87f457bf1a481b80c313f66a71200b","url":"https://daily.dev/sources/googleoss"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/the-end-of-an-era-transitioning-away-from-ingress-nginx-jqy1mrsly","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"devops,gateway-api,kubernetes,networking,nginx","timeRequired":"PT9M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Google Open Source Blog","item":"https://daily.dev/sources/googleoss"},{"@type":"ListItem","position":3,"name":"The End of an Era: Transitioning Away from Ingress NGINX"}]}
```

