Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs. https://gateway-api.sigs.k8s.io
  • Go 86.9%
  • Python 8.3%
  • HTML 2.1%
  • Shell 1.8%
  • CSS 0.4%
  • Other 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Moshe Vayner d2e96c05b3
docs: fix formatting and link in API overview documentationdocs: (#5145)
* docs: fix formatting inconsistencies in API overview

Signed-off-by: Moshe Vayner <moshe@vayner.me>

* docs: fix link to Distinctiveness section in API overview

Signed-off-by: Moshe Vayner <moshe@vayner.me>

---------

Signed-off-by: Moshe Vayner <moshe@vayner.me>
2026-08-05 21:58:32 +00:00
.github build(deps): bump actions/setup-python from 6.3.0 to 7.0.0 (#5088) 2026-07-22 22:47:48 +00:00
.openvex/templates Spelling (#3400) 2025-02-12 10:32:22 -08:00
apis fix: change ForwardBodyConfig.MaxSize from uint16 to int32 (#5099) 2026-07-24 17:27:51 +00:00
apisx EXP: XBackend Implementation (#4901) 2026-05-30 09:34:47 +05:30
applyconfiguration fix: change ForwardBodyConfig.MaxSize from uint16 to int32 (#5099) 2026-07-24 17:27:51 +00:00
CHANGELOG docs: Update site-docs for 1.5 (#4609) 2026-02-28 01:03:31 +05:30
config/crd Add XBackend to experimental kustomization (#5123) 2026-07-29 19:13:15 +00:00
conformance conformance: bound TLS rejection dial attempts (#5110) 2026-08-05 20:52:33 +00:00
examples docs: TCP and UDP examples / documentation (#4932) 2026-06-23 01:25:32 +00:00
geps fix: change ForwardBodyConfig.MaxSize from uint16 to int32 (#5099) 2026-07-24 17:27:51 +00:00
gwctl Remove gwctl code from gateway-api repository. New development will happen in kubernetes-sigs/gwctl (#3338) 2024-09-16 20:35:14 +01:00
hack fix: correct weight calculation in conformance reports list (#5100) 2026-07-22 14:51:48 +00:00
pkg Adds conformance test for GRPCRouteFilterRequestHeaderModifier (#4060) 2026-06-12 23:20:50 +05:30
roles Spelling (#4279) 2025-12-08 17:15:33 -08:00
site docs: fix formatting and link in API overview documentationdocs: (#5145) 2026-08-05 21:58:32 +00:00
tests build(deps): bump the k8s-io group across 1 directory with 4 updates (#5111) 2026-07-24 14:13:54 +00:00
tools build(deps): bump the k8s-io group across 1 directory with 4 updates (#5111) 2026-07-24 14:13:54 +00:00
wasm site: fix wizard theme compatibility and paths for dark mode (#4857) 2026-05-14 22:48:29 +05:30
.custom-gcl.yml Bump golangci-lint (and KAL) to support Go 1.26 (#4820) 2026-05-02 18:55:24 +05:30
.gitattributes Renaming stable channel to standard channel 2022-06-07 20:00:30 +00:00
.gitignore EXP: XBackend Implementation (#4901) 2026-05-30 09:34:47 +05:30
.golangci-kal.yml Controller matching wizard (#4584) 2026-03-05 11:14:17 +05:30
.golangci.yml Enable golangci-lint modernize linter (#4821) 2026-05-12 03:10:10 +05:30
.yamllint.yaml cleanup: Remove echo-basic (#5090) 2026-07-21 13:10:18 +00:00
CHANGELOG.md Splitting Changelogs for each minor version (#3060) 2024-05-07 08:11:49 -07:00
code-of-conduct.md Initial commit 2019-11-01 16:33:33 -04:00
CONTRIBUTING.md docs: fix typo in CONTRIBUTING.md and README.md (#4395) 2026-01-07 03:45:39 +05:30
crd-ref-docs.yaml Updating deps to k8s 1.32 and go 1.24 (#3697) 2025-03-21 10:56:32 -07:00
crdify.yaml bugfix: crdify should not break on description and enum addition changes (#4963) 2026-06-11 21:41:04 +05:30
go.mod build(deps): bump the k8s-io group across 1 directory with 4 updates (#5111) 2026-07-24 14:13:54 +00:00
go.sum build(deps): bump the k8s-io group across 1 directory with 4 updates (#5111) 2026-07-24 14:13:54 +00:00
go.work cleanup: Remove echo-basic (#5090) 2026-07-21 13:10:18 +00:00
LICENSE revamp readme to point to relevant resources 2020-10-29 10:24:07 -05:00
Makefile cleanup: Remove echo-basic (#5090) 2026-07-21 13:10:18 +00:00
netlify.toml Migrate documentation from MkDocs to Docsy (#4734) 2026-05-14 17:36:29 +05:30
OWNERS chore: remove mesh leads from * reviews 2022-12-06 15:18:33 -05:00
OWNERS_ALIASES Adding new reviewers along with some cleanup (#4730) 2026-04-04 03:09:07 +05:30
README.md Followups from v1.6.1 release (#5074) 2026-07-17 18:53:26 +00:00
RELEASE.md cleanup: Remove echo-basic (#5090) 2026-07-21 13:10:18 +00:00
RELEASE_MANAGEMENT.md Update deadline extension policy (#4111) 2025-09-25 21:22:16 -07:00
SECURITY_CONTACTS Update OWNERS, OWNERS_ALIASES and SECURITY_CONTACTS. 2019-11-01 16:57:13 -04:00

Kubernetes Gateway API

The Gateway API is a part of SIG Network, and this repository contains the specification and Custom Resource Definitions (CRDs).

Status

The latest supported version is v1 as released by the v1.6.1 release of this project.

This version of the API has GA level support for the following resources:

  • v1.GatewayClass
  • v1.Gateway
  • v1.ListenerSet
  • v1.HTTPRoute
  • v1.GRPCRoute
  • v1.TLSRoute
  • v1.TCPRoute
  • v1.UDPRoute
  • v1.BackendTLSPolicy
  • v1.ReferenceGrant

For all the other APIs and their support levels please consult the spec.

Documentation

Website

The API specification and detailed documentation is available on the project website: https://gateway-api.sigs.k8s.io.

Concepts

To get started, please read through API concepts and Security model. These documents give the necessary background to understand the API and the use-cases it targets.

Getting started

Once you have a good understanding of the API at a higher-level, check out getting started to install your first Gateway controller and try out one of the guides.

References

For a complete API reference, please refer to:

Gateway API conformance

If you are developing a Gateway API implementation and want to run conformance tests against your project and eventually submit the proof of conformance, visit the conformance documentation for the test suite documentation, and the conformance reports readme to see the reports submission rules. If you are a user who wants to explore the features supported by the various implementations, navigate the conformance reports

Contributing

Community meeting schedule, notes and developer guide can be found on the community page. Our Kubernetes Slack channel is #sig-network-gateway-api.

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.