envoyproxy / envoyproxy/gateway
Multiple Service objects for Envoy
Open
stale
triage
- Dominant language
- Go
- Stars
- 3k
- Forks
- 864
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 140
Description
We use Envoy Gateway in GKE. By default, GKE exposes Services to the public network. For private networks, a specific annotation (`networking.gke.io/load-balancer-type: "Internal"`) must be added to a Service object.
To use the same Envoy instance for both public and private networks, we need to create an additional Service object (with the annotation) for the private network manually.
Is there a way to configure multiple Service resources for Envoy out of the box?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.