Kubernetes Cluster Illustrated
Objective To illustrate kubernetes cluster architecture and understand critical Kubernetes components. Cluster Architecture Control Plane Components Control Plane components run on one or mulptile control plane nodes. kube-apiserver kube-apiserver implements the Kubernetes API, and is designed to scale horizontally. kube-apiserver runs as a static pod or systemd daemon, configured using Pod specification or systemd unit and configuration file in /etc. etcd etcd is a consistent and highly-available key value store used for storing Kubernetes’ cluster data....