You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current limit of Listeners is 64, which means only 64 SNI domains can be configured. We have customers that have many more domains on a single gateway.
The Gloo Edge API allowed application teams to configure both the TLS Certs and SNI Domains as well as the routing logic in a single CR (VirtualService). With Gateway API, application teams can no longer own the configuration of Certs and SNI, as this needs to be configured in the Gateway CR (== platform team). ListenerSets would create the required decoupling to implement this separation of concern.
kgateway version
1.19
Is your feature request related to a problem? Please describe.
GEP-1713: ListenerSets - Standard Mechanism to Merge Multiple Gateways introduces support for a concept called
ListenerSets
. This concept decouples the definition and configuration ofListeners
from theGateway
CR.This has a number of advantages:
Gateway
CR (== platform team). ListenerSets would create the required decoupling to implement this separation of concern.Describe the solution you'd like
Add support for
ListenerSets
as defined in GEP-1713: ListenerSets - Standard Mechanism to Merge Multiple Gateways](https://gateway-api.sigs.k8s.io/geps/gep-1713/).Add the following support:
Describe alternatives you've considered
Do not support the Gateway API Inference Extension project.
Additional Context
The text was updated successfully, but these errors were encountered: