-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support User Provisioned Envoy Proxy fleet #1379
Comments
IMO, supporting user-provisioned fleet, it is hard to config the XDS server and it would be inconvenient to extend more features. how we can support Wasm? the infra manager can manage the envoy proxy easily. support all Kubernetes knobs for Development and Service is hard but we can keep the frequently-used knobs only. |
this is not ideal from the project perspective since its another layer of customizations/support burden but it seems to be something many users want |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
with this approach, some features such as |
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 ConfigurationHere are the following things we need to do if this is something we want to support
The text was updated successfully, but these errors were encountered: