Kubernetes Ingress Traffic Simulator

Visualize how traffic flows through Kubernetes ingress, services, and pods

1x
Internet
DNS
VPC
Network Load Balancer
SSL Termination
Kubernetes Cluster
NGINX Ingress
Node 1
Frontend Service (ClusterIP)
Frontend Pod 1
Frontend Pod 2
Node 2
Backend API (ClusterIP)
Backend Pod 1
Backend Pod 2
Node 3
Auth Service (ClusterIP)
Auth Pod 1
Auth Pod 2

Request Details

Current Path:

HTTP Request → Network Load Balancer → NGINX Ingress → Frontend Service → Frontend Pod 1

Network Flow:

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

Request Logs:

No requests yet. Click "Send Request" to start.