Interactive · Amazon EKS · Pod lifecycle
From kubectl apply to a Pod serving traffic. The topology below never changes — click through and watch each step light the exact component and call that fires, and where it happens.
Everything happens in one of three places. Read the colour of each step: control plane AWS-managed, off your infrastructure · worker node local processes on the node (one node shown) · AWS API a real AWS service call, off-cluster. The active hop glows; everything else dims so you always see the one thing that just happened.
The same sequence as the walk-through above — click any step to jump the diagram to it. Termination is intentionally a separate flow.
Sequence models a checkout-api scale-up on EKS with VPC-CNI, IRSA/Pod-Identity, an Istio sidecar, an EBS PVC (WaitForFirstConsumer), and an IP-target-mode ALB. Component names and calls are the real ones; exact ordering can shift with your admission stack, CNI, and CSI driver. Confirm against your cluster with kubectl get events, kubectl describe pod, and the kubelet / containerd logs on the node. One worker node is drawn to keep the canvas readable — the flow is identical whichever node the scheduler binds to.