What is the knative's "mesh" gateway
I see that for every knative service, 2 VirtualService
objects are created namely ksvc-ingress
which has knative-serving/knative-ingress-gateway
& knative-serving/knative-local-gateway
gateways configured and ksvc-mesh
which has mesh
as the gateway.
I can see the knative-serving/*
gateways using kubectl
but I am unable to find the mesh
gateway object in any namespace. I would like to understand if mesh
here denotes some special object or is it an istio keyword representing something else?
Comments
Post a Comment