envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.53k stars 328 forks source link

Support deployment of proxy without listeners #3673

Open guydc opened 2 months ago

guydc commented 2 months ago

Description: When using merge-gateways, the proxy can be eagerly deployed based on the gatewayclass, before any gateway is available. This is useful for users that want to ensure that the proxy is successfully deployed and discover LB addresses prior to configuring the proxy with resources like Gateway, xRoute, etc.

However, since a service without ports cannot be created, this functionality is currently disabled: https://github.com/envoyproxy/gateway/issues/3044.

Some options to consider:

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days.