xds
xds copied to clipboard
Simple xDS server for Kubernetes
Add an example to show how to use this xDS service in kubernetes
We've been using your [xDS Server for gRPC on Kubernetes](https://github.com/wongnai/xds), which suits our needs and is easy to use. However, we are experiencing problems when the channels switch to idle...
This server provides STOW and DELTA services, how can i control using which one? server settings or client settings? I am writing a grpc-cpp server and client which planning run...
Hi! In one of our Kubernetes clusters we deploy the same infrastructure under different Kubernetes namespaces (basically different dev envs). Right now we install XDS in each Kubernetes namespace, as...
I am facing the below error when trying to hit a server from another one. The client and server are spring boot based Java applications. ```java io.grpc.StatusRuntimeException: UNAVAILABLE: NameResolver returned...