LFS258: Kubernetes Fundamentals — Chapter 2 Notes
Simplest form of a Kubernetes cluster is a central manager and some worker nodes.
The master has an API server, a scheduler to place containers, a controller to reconcile state, and a storage system to manage state…