istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/grpc-echo/README.md (about)

     1  # grpc-echo
     2  
     3  This sample demonstrates Istio's Proxyless gRPC support with a special injection template `grpc-agent`.
     4  The template injects the `istio-proxy` sidecar, but the sidecar will only run `pilot-agent` and not envoy.
     5  
     6  See the [gRPC xDS feature status](https://github.com/grpc/grpc/blob/master/doc/grpc_xds_features.md) for more
     7  information.