Is it possible to route traffic using ISTIO if I use a custom gateway (Azure App Gateway) instead of ISTIO’s gateway? Below is my use:
I have two different version of deployments (in kubernetes) running mapped to a single service. They are displayed accurately in the kiali dashboard. Now the problem is If I want to route traffic only to one particular deployment using virtual service and destination rule, I’m unable to do that.
Hence I want to know whether this case is possible at first place with custom gateway?