As we know, A Kubernetes cluster is consist of many Control Plane components, like ETCD, Kube-Scheduler, Kube-Apiserver, Controller Manager, Etc. The Kubelet relies on the Kube-Apiserver for instructions on what Pods to load on the node, which is based on a decision made by the Kube-Scheduler, which was stored in…