Components in Kubernetes — CKA — Part2
Nov 8 · 2 min read
There are two set of components in Kubernetes.
Master Components
Node Components
Master Component
Master components provide the cluster’s control plane. Master components make global decisions about the cluster. For example, How to schedule the pod, how to create kubernetes objects, and detecting and responding to cluster events like starting up a new pod when a replication controller’s replicas field is unsatisfied and so on.

