Open arthurh4 opened 4 months ago
This issue has been automatically marked as stale because it has not had activity in the last 30 days.
sorry for the late reply @arthurh4, you could try to use EnvoyPatchPolicy to edit the xds config and rm grpc_web
from the config
https://gateway.envoyproxy.io/docs/tasks/extensibility/envoy-patch-policy/
This issue has been automatically marked as stale because it has not had activity in the last 30 days.
Hello, We are currently using envoy gateway for some of our small services and want to expand envoy gateway to high throughput, low latency GRPC services. We tested GCP traffic director in the past with proxyless but we want to explore options to leverage envoy gateway in order to only have one tool to support and have multi cloud support (+ OSS is always a plus to review code and bugs).
I've been playing over the weekend with simple golang GRPC client/server setup with an envoy-gateway GRPCRoute setup but got kinda stuck on getting and parsing ADS response from the XDS server.
I get to the point of sending the follow ADS request:
Which kinda works but I get the following error:
I've read the https://github.com/grpc/proposal/blob/master/A39-xds-http-filters.md doc but i'm not really sure if there is a a workaround, it seems like there is no option to completely ignore non optionnal with no implementation filters.
I'm fairly new to XDS and envoy-gateway so trying to see if anyone tried to acheive this setup before and some leads on where to go. I there any other request/endpoint I could query to get the GRPC endpoints behind the GRPCRoute in order to enable proxyless with envoy-gateway ?
I'm simply trying to get a POC to review that it could in theory works and perhaps build some extension in future ?
ADS response I got
K8s resource: