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**: Load balancing algorithm, session persistence, CORS and health check can be used as a standardized support **Why this is needed**: From my work...
**What would you like to be added**: - Move significant content generic to a resource (rather than specific to its field context) from the field description into the resource description...
This is a tracking umbrella issue for use-cases related to using Gateway API for egress traffic.
I am installing Gateway API with Traefik. After installing the webhook, I am getting following when creating Gateway and HTTPRoute. ``` Error from server (InternalError): error when applying patch: {"spec":{"listeners":[{"name":"prod-web-gw","port":80,"protocol":"HTTP"}]}}...
**What would you like to be added**: As a follow up to the discussion in https://github.com/kubernetes-sigs/gateway-api/pull/749#discussion_r686410424, it would be good to clarify exactly how the API can be used to...
QUIC recently went to "version 1" as https://datatracker.ietf.org/doc/html/rfc9000. This issue tracks support for HTTP 3 and QUIC in the API. These are similar to HTTP and TCP in terms of...
Audit the code base and make sure that our usage of custom vs implementation-specific is accurate AND/OR fix the description in the guidelines. References: * https://github.com/kubernetes-sigs/gateway-api/pull/639 * https://github.com/kubernetes-sigs/gateway-api/issues/530
**What happened**: If I have the same `fqdn` defined in both an `HTTPRoute` as well as a `TLSRoute`, what could the conflict resolution be in that case? The current docs...
**What would you like to be added**: Currently, someone deploying an implementation must have cluster scoped privileges to access GatewayClass. Often in multitenant clusters, teams are given access only to...
Define standard conformance format for a GatewayClass to communicate what it supports to operators
**What would you like to be added**: GatewayClasses encapsulate the capabilities that an implementation of Service APIs supports. However, for the platform operators or application operators who might deploy Gateways...