Beta Release: Gateway API Layer 4 (L4) Routing for AWS Load Balancer Controller #4236
shraddhabang
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are excited to announce the Beta release of Layer 4 (L4) routing support for the Kubernetes Gateway API within the AWS Load Balancer Controller (LBC)! This highly anticipated feature allows you to provision and manage AWS Network Load Balancers (NLBs) for TCP, UDP, and TLS traffic directly from your Kubernetes clusters using the extensible Gateway API.
What's New in this Beta?
Gateway
resources that referenceGatewayClass
with controllerNamegateway.k8s.aws/nlb
.TCPRoute
,UDPRoute
, andTLSRoute
resources to define how L4 traffic is routed to your Kubernetes Services.LoadBalancerConfiguration CRD
: Apply fine-grained NLB customizations (e.g., scheme, IP address type) at theGateway
orGatewayClass
level.TargetGroupConfiguration CRD
: Configure service-specific Target Group attributes, including health checks and target types.How to Get Started
We've prepared detailed documentation to guide you through using this new beta feature:
Quick Start:
GatewayClass
with controllerName:gateway.k8s.aws/nlb
.Gateway
resources referencing thisGatewayClass
.TCPRoute
,UDPRoute
, orTLSRoute
resources to expose your Services.Provide Your Feedback!
As this is a beta release, your feedback is invaluable! We encourage you to:
Your active participation will help us refine this feature for its General Availability release.
Beta Was this translation helpful? Give feedback.
All reactions