1 repositorio
Mechanisms for matching infrastructure request classes to specific controller implementations.
Distinct from Class-Based Architecture: Focuses on Kubernetes controller provider selection rather than programming language class hierarchies.
Explore 1 awesome GitHub repository matching devops & infrastructure · Controller Class Selection. Refine with filters or upvote what's useful.
The Gateway API is a standardized set of resources for routing HTTP, gRPC, and TCP traffic into and within Kubernetes clusters. It serves as a framework for defining load balancer listeners and routing rules for both Layer 4 and Layer 7 protocols, acting as a specification for ingress and service mesh traffic interfaces. The project utilizes a role-oriented configuration that separates infrastructure provisioning from routing logic. It implements a class-based provider selection system to match requested infrastructure to specific controller implementations and employs a conformance-driven sp
Provides a class-based system to match requested infrastructure to specific controller implementations.