Visualize how traffic flows through Kubernetes ingress, services, and pods
1. User makes a request to /api/users
2. DNS resolves to VPC load balancer
3. Network Load Balancer routes traffic to Ingress Controller
4. Ingress controller routes to Frontend Service based on path
5. Service routes to available pod
No requests yet. Click "Send Request" to start.