Month 2-The Node: kubelet, CRI, kube-proxy, CSI, Devices¶
Goal: by the end of week 8 you can (a) describe how the kubelet maintains the desired Pod state on a node, (b) trace a service request from client to backing Pod through kube-proxy or eBPF dataplane, (c) explain CSI volume lifecycle (provision → attach → mount), and (d) write a basic device plugin or CSI driver shim.
Weeks¶
- Week 5 - Kubelet Internals
- Week 6 - CRI: kubelet ↔ Runtime
- Week 7 - kube-proxy, Services, and the Networking Dataplane
- Week 8 - CSI, Storage, and Device Plugins