Reading 18m read

Worker Node Components In Depth

Deep dive into kubelet, kube-proxy, and container runtimes — how worker nodes actually run your containers.

Full content coming soon. This lesson is being written.

This lesson covers worker node components in depth:

  • kubelet: Pod spec synchronization, CRI interface, cAdvisor integration, node registration
  • kube-proxy: iptables vs ipvs mode, service IP routing, performance at scale
  • containerd: image pulling, OCI runtime, snapshot management
  • Node lifecycle: join, drain, cordon, uncordon, eviction

Check back soon for the full content.

Next Lesson