← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Gateway API v1.6.0 Graduates TCPRoute and UDPRoute to Standard, Expands Layer 4 Routing

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Gateway API v1.6.0 released on June 30th.
  • TCPRoute and UDPRoute graduated to standard (v1 API version).
  • Experimental resources moved to a distinct API group (gateway.networking.x-k8s.io).
  • Enables portable L4 routing for raw TCP/UDP traffic.

Gateway API v1.6.0 Release

The Kubernetes SIG Network community announced the release of Gateway API v1.6.0 on June 30th. This version marks a significant advancement in the API's capabilities for service networking within Kubernetes environments.

TCPRoute and UDPRoute Achieve Standard Stability

A key feature of v1.6.0 is the graduation of TCPRoute and UDPRoute to standard stability, moving them to the v1 API version. These components enable routing for raw Layer 4 TCP and UDP traffic, addressing a previous limitation where stable routing was only available for HTTP and TLS traffic.

This change provides a portable method for managing workloads that communicate using raw protocols, such as databases, DNS, VoIP, gaming, and IoT telemetry, which previously relied on basic Kubernetes Services or implementation-specific Custom Resource Definitions (CRDs).

Experimental API Group Separation

To clarify the distinction between experimental and standard features, v1.6.0 introduces a separate API group for experimental resources. These resources will now reside under `gateway.networking.x-k8s.io`, using an `x-k8s.io` prefix. This separation helps users identify the stability level of different API components.

Impact on Kubernetes Networking

The expansion of standard Layer 4 protocol routing in Gateway API v1.6.0 enhances its role as a comprehensive solution for modern Kubernetes service networking. It provides a unified and portable framework for managing a broader range of application traffic types, reducing reliance on custom solutions for non-HTTP/TLS workloads.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Kubernetes Gateway API v1.6.0 has been released, promoting TCPRoute and UDPRoute to standard stability for raw Layer 4 TCP and UDP traffic routing. This update expands the API's capabilities beyond HTTP and TLS, providing a portable way to manage non-HTTP/TLS workloads like databases and IoT telemetry within Kubernetes.