Process Flow - Traffic management with Istio
Client sends request
Istio Ingress Gateway receives
Istio VirtualService evaluates rules
Route to Service Version A
Route to Service Version B
Apply retries, timeouts
Request forwarded to selected service
Service responds
Response sent back to client
The client request enters through Istio's gateway, where VirtualService rules decide routing, retries, and timeouts before forwarding to the appropriate service version.