Back to news
cloud Priority 4/5 8/4/2026, 11:05:15 AM

Kubernetes Gateway API v1.6.0 Graduates TCPRoute and UDPRoute to Standard Channel

Kubernetes Gateway API v1.6.0 Graduates TCPRoute and UDPRoute to Standard Channel

The Kubernetes SIG Network team has announced the general availability of Gateway API v1.6.0. This release marks a significant milestone as TCPRoute and UDPRoute graduate to the Standard channel, making them fully supported and ready for production use. These APIs enable declarative routing of non-HTTP TCP and UDP traffic, offering robust configurations for databases, cache servers, and IoT data streams.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#kubernetes#devops#cloud#official

Comparison

AspectBefore / AlternativeAfter / This
API ChannelExperimental channel for TCPRoute and UDPRouteStandard channel for TCPRoute and UDPRoute
Stability LevelBeta and subject to breaking changesGenerally available (GA) with backward compatibility guarantees
Traffic ScopePrimarily focused on HTTPRoute and GRPCRouteFully integrated Layer 4 (TCP/UDP) and Layer 7 (HTTP/gRPC) routing

Action Checklist

  1. Update Gateway API Custom Resource Definitions (CRDs) to version 1.6.0 Ensure your cluster is running a supported Kubernetes version before applying the CRD manifests.
  2. Migrate experimental TCPRoute and UDPRoute configurations to the standard API group Check controller logs to verify that the upgraded ingress controller recognizes the new API version.
  3. Validate Layer 4 routing behavior in a staging environment Verify that database connections and non-HTTP traffic function correctly under the new schemas.

Source: Kubernetes Blog

This page summarizes the original source. Check the source for full details.

Related