Can anyone help me understand how Pod to Pod communication works in Istio with Istio Proxy side car?
Our scenario…
We are using path based routing. lets say we have two applications - app1 and app2 and they have URL as https://myhost.abcd.com/app1 and https://myhost.abcd.com/app2. Now when the request comes from ingress all well and we understood it using gateway and virtualservice but what if app1 wants to talk to app2? We don’t want app1 first going to ingress and then reaching to app2…
How to implement efficient pod to pod communication?