---
title: "Gateway API v1.6: TCPRoute and UDPRoute Graduate to Standard"
url: https://daily.dev/posts/gateway-api-v1-6-tcproute-and-udproute-graduate-to-standard-kmm6ni7ho
source_url: https://kubernetes.io/blog/2026/08/03/gateway-api-v1-6-release
type: article
source: "Kubernetes"
published: 2026-08-03T17:57:55.806Z
updated: 2026-08-03T17:58:17.555Z
tags: ["kubernetes", "networking", "gateway-api"]
reading_time: 6
upvotes: 10
comments: 1
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.

# Gateway API v1.6: TCPRoute and UDPRoute Graduate to Standard

**[Kubernetes](https://daily.dev/sources/k8s)** · 6 min read · 10 upvotes · 1 comments

## Summary

Kubernetes Gateway API v1.6.0 has been released, bringing two major changes. TCPRoute and UDPRoute have graduated from Experimental to Standard (v1 API), enabling portable layer 4 routing for workloads like databases, DNS, VoIP, and gaming without relying on implementation-specific CRDs. The release also introduces a new experimental API group separation: new experimental resources now live under gateway.networking.x-k8s.io with an X prefix (e.g., XBackend, XMesh), making the experimental vs. stable boundary explicit at the API group level rather than relying on version strings. XBackend, a new experimental resource, adds support for ExternalHostname destinations useful for egress use cases such as routing to external AI APIs.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://kubernetes.io/blog/2026/08/03/gateway-api-v1-6-release>

## Community discussion

Top comments from developers on daily.dev.

**@pdfopsdev** · 0 upvotes

> the v1alpha2 to v1 bump is going to bite people who deployed TCPRoute assuming experimental meant stable enough to leave alone. worth checking your gateway controller's v1 support now, cilium and envoy gateway aren't always on the same graduation schedule.

## Similar posts on daily.dev

- [The Gateway API shift: how Kubernetes networking actually works at scale](https://daily.dev/posts/the-gateway-api-shift-how-kubernetes-networking-actually-works-at-scale-t04kkbq5r) · Giant Swarm · 16 upvotes · 1 comments
- [Cilium 1.20: Gateway API ExternalAuth, TCPRoute/UDPRoute, ENI IPAM for IPv6, and more\!](https://daily.dev/posts/cilium-1-20-gateway-api-externalauth-tcproute-udproute-eni-ipam-for-ipv6-and-more--yq0kboimx) · Isovalent · 5 upvotes · 1 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#networking](https://daily.dev/tags/networking), [#gateway-api](https://daily.dev/tags/gateway-api)

[View this post on daily.dev](https://daily.dev/posts/gateway-api-v1-6-tcproute-and-udproute-graduate-to-standard-kmm6ni7ho)
