Cilium Ingress Controller gRPC Web Stream Kubernetes

34 views Asked by At

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)

0

There are 0 answers