chapter two
                    2 Kubernetes cluster
This chapter covers
- Control plane and worker node components in a multinode cluster
 - Upgrading control plane components with 
kubeadm - Pod and node networking in Kubernetes
 - Extension interfaces (the container network interface, container storage interface, and container runtime interface)
 - Taints and tolerations in Kubernetes
 
The Kubernetes cluster architecture is almost impossible to grasp without getting inside an actual running cluster and discovering the components firsthand. No matter how you look at it, as Kubernetes administrators, we must know what’s going on under the hood. By the time you finish this chapter, you will feel comfortable with accessing all the components in a Kubernetes cluster and know how to upgrade components when needed.