Hey Guys simple question -
Background - I have one cluster running a bunch of microservices for development. They each have their own virtualservice and K8s service. The VS points to the istio-autogenerated-k8s-ingress gateway within istio-system.
Question
Should this be the way you operate? Or is the recommended path to have a gateway for each virtual service.
I have run it with one GW and VS per microservice in the past but havent really evaluated the pro’s and cons for the two methods.
Second Question - Can someone provide a simple summary to the purposes of the two default gateways in istio-system - ingressgateway & istio-autogenerated-k8s-ingress
Any info will be great to help clarify a bunch of questions we have along this Servicemesh journey.