/area networking
I'm not sure I should post these questions here or istio ... I post here first.
According to knative-routing-go sample configuration, we can create an istio custom resource VirtualService to forward to real service.But how can I make it route to, for example, one HTTP/1.1 service and many GRPC services ?Further, how can I distinguish A GRPC service between B GRPC service, just like HTTP/1.1 headers or URI? What's the suggestion here? Thanks.
I will try gRPC case, and see how it works.
You can dispatch to different GRPC services using path-based matches.
Most helpful comment
I will try gRPC case, and see how it works.