Kubernetes: Control Plane
Control Plane is the collection of components and process, that are responsible for managing a Kubernetes cluster. It makes the decision about the cluster and detects/responds to cluster events(like starting/restarting pods to maintain the desired deployment status). NOTE Control Plane is the brain of the Kubernetes cluster. It is not a single service, but Control … Read more