Back to Blog
Kubernetes
AWS
AWS Load Balancer Controller adds general availability support for Kubernetes Gateway API
February 8, 2026
4 min read read
# AWS Load Balancer Controller adds general availability support for Kubernetes Gateway API
## What started the discussion
This r/kubernetes thread focused on **AWS Load Balancer Controller adds general availability support for Kubernetes Gateway API**. The original post pointed readers to **aws.amazon.com**, and the comments quickly turned into a practical discussion about the tradeoffs, surprises, and production realities behind the topic.
## What stood out in the comments
### Discussion point 1
Lots of folks , like myself are currently migrating to gateway api from Nginx ingress since it is EOL after this month.
### Discussion point 2
Cool, this is especially important now that nginx ingress is on the way out
### Discussion point 3
Does it matter that much? Gateway API is literally designed to abstract away things that were vendor specific. I don't know of anything that Ingress supports that Gateway doesn't. You should be planning a move to Gateway API.
### Discussion point 4
Im using: AWS Load Balancer Controller + Gateway API + Envoy Gateway
### Discussion point 5
Will this finally make target group deregistration less stupid? Having to do pre-stop sleep with extra signals so targets can stop getting traffic before shutting down is painfully annoying.
## Thread snapshot
- Original subreddit: r/kubernetes
- Original author: u/swe129
- Reddit score: 89
- Comment count: 23
- Original thread: https://aws.amazon.com/blogs/networking-and-content-delivery/aws-load-balancer-controller-adds-general-availability-support-for-kubernetes-gateway-api/
Keep Exploring
New policy: Sharing new Kubernetes tools must be in the weekly thread
Hi all.
From ECS to EKS: Practical Migration Lessons
Moving from ECS to EKS is a common progression with real complexity. This guide covers common migration issues and how teams handle them.
From Scripts to Simplicity: AWS Backup's Native Support for Amazon EKS
AWS Backup now natively supports Amazon EKS, eliminating the need for custom scripts and third-party tools. Here's why this changes everything for Kubernetes disaster recovery.
CVE-2026-22039: How an admission controller vulnerability turned Kubernetes namespaces into a security illusion
Just saw this nasty Kyverno CVE that's a perfect example of why I'm skeptical of admission controllers with god-mode RBAC.