envoyproxy/gateway

Support User Provisioned Envoy Proxy fleet

Open

#1,379 opened on Apr 28, 2023

View on GitHub
 (5 comments) (6 reactions) (0 assignees)Go (802 forks)auto 404
help wantedkind/enhancement

Repository metrics

Stars
 (2,871 stars)
PR merge metrics
 (PR metrics pending)

Description

Description: It is hard to support all Kubernetes knobs for Deployment and Service within our EnvoyProxy API to customize EnvoyProxy Fleet resources, so its easier to allow users to create and update the envoy proxy fleet themselves, and use Envoy Gateway only to retrieve Xds Configuration

Here are the following things we need to do if this is something we want to support

  • Disable the Infra Manager and support User Provisioned Envoy Proxy fleet
  • Provide helm charts to create the Envoy Fleet resources (Service, Deployment)
  • Add helm knobs to specify
    • Xds Server URL
    • TLS Credentials
    • Labels for Envoy Deployment and Service

Contributor guide