gateway-api
gateway-api copied to clipboard
Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
**What would you like to be added**: An extension interface that allows the deployment of a custom extension/load balancing solution. Standardizing a general interface would allow best practices to be...
**What would you like to be added**: As a followup to #1426, there is a need to clarify how traffic ingressing through a `Gateway` should or should not respect GAMMA...
**What would you like to be added**: Conformance tests for `TLSRoute`s with TLS terminate mode. **Why this is needed**: [GEP-2907 update](https://github.com/kubernetes-sigs/gateway-api/pull/3458) listed the TLS modes supported by each protocol. Since...
**What type of PR is this?** /kind gep /area conformance-test **What this PR does / why we need it**: Moves HTTPRouteRule and GRPCRouteRule `name` fields (GEP-995) to **Standard**. **Which issue(s)...
**What type of PR is this?** /kind gep **What this PR does / why we need it**: Rewriting of GEP-713 (Memorandum) to clarify concepts and incorporate enhancements discussed at https://github.com/kubernetes-sigs/gateway-api/discussions/2927....
Relates to https://github.com/kubernetes-sigs/gateway-api/discussions/3760#discussioncomment-12997389 **What type of PR is this?** **Does this PR introduce a user-facing change?**: ```release-note NONE ```
**What would you like to be added**: korean documentations, **Why this is needed**: Hello, I'm a cloud engineer based in South Korea, currently working on gateway-related tasks at my company....
## **TLDR** 1. Port the existing documentation to [Next.js](https://nextjs.org/) using the [AriaDocs template](https://ariadocs.vercel.app/docs/getting-started/introduction) for a fast UI/UX modernization. 2. Implement robust absolute routing, automated redirects, and dynamic internal linking to...
What type of PR is this? /kind documentation What this PR does / why we need it: This includes style adjustments for documentation localization and partial Korean translations. see sample...
Historically, Gateway API has focused on cluster operators and developers, with less emphasis on the infrastructure provider role. Now that Gateway API is GA and integrated into many platforms (often...