Life of a Packet in Amazon EKS
Opening excerpt (first ~120 words) tap to expand
2026-05-01 Life of a Packet in Amazon EKS If you already know Kubernetes architecture, skip to section 3. 1. Kubernetes architecture Kubernetes has two planes. The control plane runs the API server, etcd, scheduler, controller manager, and cloud controller manager. The data plane is worker nodes where pods run. Each node has kubelet (starts pods, checks health) and kube-proxy (configures network rules for service traffic). +----------------------- Kubernetes Cluster ---------------------+ | | | +--------------- Control Plane ----------------+ | | | | | | | +-----------+ +------+ +-----------+ | | | | |API Server | | etcd | | Scheduler | | | | | +-----------+ +------+ +-----------+ | | | | +------------------+ +----------------+ | | | | |Controller Manager| |Cloud Controller| | | | |…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Samof76.