GEP: Standard Mechanism to Merge Multiple Gateways #1713
Description
What would you like to be added:
Support for merging Gateways should have standard & documented mechanic.
Why this is needed:
Knative generates on demand per-service certificates using HTTP-01 challenges. There can be O(1000) Knative Services in the cluster which means we have O(1000) distinct certificates. The Gateway Resource is a contention point since is the only place to attach listeners to gateways with certificates.
The spec currently has language to indicate implemenations MAY
merge Gateways resources but the mechanic isn't defined.
gateway-api/apis/v1beta1/gateway_types.go
Lines 76 to 78 in 541e9fc
Secondly, given similar use-cases/needs for control planes to manage listeners it might make sense that merging
Gateways is part of extended
conformance.
Metadata
Assignees
Labels
Type
Projects
Status
Proposed
Status
In Progress