WeSearch

Life of a Packet in Amazon EKS

·27 min read · 0 reactions · 0 comments · 1 view
Original article
Samof76
Read full at Samof76 →
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.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Samof76