envoyproxy / gateway

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

Support DNS resolution settings #3690

Open guydc opened 6 days ago

guydc commented 6 days ago

Description: Currently, Envoy Gateway overrides the envoy default values for certain DNS resolution: https://github.com/envoyproxy/gateway/blob/8abf1efef4176092fe4db5ad9239e6d433ca57f2/internal/xds/translator/cluster.go#L145-L146

These settings are typically configurable in similar projects (see links below):

Envoy Gateway can support these settings in BackendTrafficPolicy.

Relevant Links:

arkodg commented 5 days ago

should these live in Backend instead ?

guydc commented 5 days ago

Minutes from today's community meeting: