Process Flow - Pod-to-Pod communication
Pod A sends request
Kubernetes Network Plugin
Pod B receives request
Pod B sends response
Kubernetes Network Plugin
Pod A receives response
Pod A sends a request through the Kubernetes network plugin to Pod B, which receives it and sends a response back through the same network path.