---
title: "How We Migrated a Production Cluster from Ingress NGINX to Gateway API"
url: https://daily.dev/posts/how-we-migrated-a-production-cluster-from-ingress-nginx-to-gateway-api-v4ff56eht
source_url: https://www.fairwinds.com/blog/migrated-production-cluster-from-ingress-nginx-to-gateway-api
type: article
source: "Fairwinds Blog"
published: 2026-07-01T17:14:11.771Z
updated: 2026-07-01T20:21:31.622Z
tags: ["kubernetes", "gateway-api"]
reading_time: 8
upvotes: 23
comments: 0
language: 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.

# How We Migrated a Production Cluster from Ingress NGINX to Gateway API

**[Fairwinds Blog](https://daily.dev/sources/fairwinds-blog)** · 8 min read · 23 upvotes · 0 comments

## Summary

A real-world account of migrating a production Kubernetes cluster from ingress-nginx to Gateway API using kgateway. Covers why kgateway was chosen over alternatives (Envoy Gateway, Cilium, Traefik, nginx Gateway Fabric), how to use the ingress2gateway translation tool, and how to achieve zero-downtime cutover via weighted DNS with external-dns. Also details behavioral differences to expect: WebSocket upgrade requirements, upstream connection pooling issues, and rate limiting differences. Includes operational lessons around ArgoCD sync ordering, cert-manager namespace topology, and running the controller at multiple replicas.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.fairwinds.com/blog/migrated-production-cluster-from-ingress-nginx-to-gateway-api>

## 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
- [Zero-Downtime migration from ingress NGINX to Envoy Gateway](https://daily.dev/posts/zero-downtime-migration-from-ingress-nginx-to-envoy-gateway-kze8pl5lt) · CNCF · 49 upvotes · 3 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/how-we-migrated-a-production-cluster-from-ingress-nginx-to-gateway-api-v4ff56eht)
