Reputation: 11
I want to create a web application, which streams a gRPC backend. To make gRPC web work i need an envoy proxy which translate HTTP/1 to HTTP/2 and back. Can i achieve that with the cilium ingress controller in Kubernetes?
I already tested gRPC web with this example (https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway/examples/echo)
Upvotes: 0
Views: 122