Ingress Gateway Routing
Istio
When traffic goes into the istio-ingressgateway, how does the pod know which Gateway it should use to route the traffic?
Match Gateway
Envoy is the real gateway
The Istio IngressGateway is a pod running Envoy proxy.
It is configured by Istio control plane ...