cilium / hubble-ui

Observability & Troubleshooting for Kubernetes Services

Home Page:https://www.cilium.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubble-ui: Support publishing in envoy with grpc-web filter set

kahirokunn opened this issue · comments

I am using envoy with grpc-web filter set.
When I publish hubble ui using that envoy, grpc web is converted to grpc and I get an error.
What about making the backend of hubble ui accept grpc as well as grpc web?

I am thinking of an implementation like this.
#493

Might be related to: #452