-
Notifications
You must be signed in to change notification settings - Fork 738
Add Support for Managing the Envoy Proxy Service #648
Copy link
Copy link
Closed
Labels
area/apiAPI-related issuesAPI-related issuesarea/configIssues related to config management, e.g. Config Manager, Config Sources, etc.Issues related to config management, e.g. Config Manager, Config Sources, etc.area/infra-mgrIssues related to the provisioner used for provisioning the managed Envoy Proxy fleet.Issues related to the provisioner used for provisioning the managed Envoy Proxy fleet.kind/enhancementNew feature or requestNew feature or requestprovider/kubernetesIssues related to the Kubernetes providerIssues related to the Kubernetes provider
Milestone
Metadata
Metadata
Assignees
Labels
area/apiAPI-related issuesAPI-related issuesarea/configIssues related to config management, e.g. Config Manager, Config Sources, etc.Issues related to config management, e.g. Config Manager, Config Sources, etc.area/infra-mgrIssues related to the provisioner used for provisioning the managed Envoy Proxy fleet.Issues related to the provisioner used for provisioning the managed Envoy Proxy fleet.kind/enhancementNew feature or requestNew feature or requestprovider/kubernetesIssues related to the Kubernetes providerIssues related to the Kubernetes provider
As of v0.2.0, the Kube Infra Manager manages a Service of type
LoadBalancerto perform L4 load-balancing across the managed Envoy proxy fleet. Some users may wish to use Envoy for internal-only proxying, configuring various load-balancer settings, etc. Envoy Gateway provides theEnvoyProxyAPI type for configuring the Envoy proxy infrastructure. This API should be expanded to support common Service configuration requirements.