Module 1: introduction
- Architecture overview: master node, worker nodes, etcd, kubelet, controllers
- Anatomy of a pod: the main container, init containers, sidecars, labels, probes
- Basic commands and debugging tricks
- Practice: deploy an application as a Pod with the primary process, umplement initialization logic executed in init containers, add watchdog containers and probes