-
We need the support for xDS protocol so that we can do something similar (or better).
https://cloud.google.com/blog/products/networking/traffic-director-supports-proxyless-grpc
More on xDS proto…
-
Hi Team,
Some background: We have our whole infra in kubernetes. We have configured contour as an ingress gateway for the means of routing traffic across the clusters.
Question: We have configured s…
-
*Description*:
Is it possible to request a client certificate during the (mutual) TLS handshake that:
- If no certificate is presented, the requests is forwarded to the upstream services
- If g…
-
UpdateResource and DeleteResource will call notifyAll once it has changes. And It respond the resource that has been changed.
https://github.com/envoyproxy/go-control-plane/blob/4455b6323de455adf8d0…
-
/config_dump can produce a remarkably huge response. This will need to be fully buffered both as a protobuf message and an in-memory continuous string. For large configs, this will be slow and may exe…
-
### Gloo Edge Product
Enterprise
### Gloo Edge Version
1.16.4
### Is your feature request related to a problem? Please describe.
Gloo Edge currently has basically 2 modes to define `Ups…
-
as descrbied here: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/load_balancers#weighted-least-request
```java
public interface EndpointSelectionStrategy {
…
-
**Please describe your use case / problem.**
Envoy metrics currently trackable are - https://www.envoyproxy.io/docs/envoy/latest/configuration/upstream/cluster_manager/cluster_stats#circuit-breakers-…
-
Hi from the Envoy Proxy community. We recently upgraded to grpc 1.22.1 in https://github.com/envoyproxy/envoy/pull/8196 and started to see flakes in unit-tests unrelated to GRPC, reported as https://g…
-
One of the first modules should be a production ready load balancer that can dynamically discover backend servers. This is a minimum requirement for a usable load balancer.
The simplest version of…