0 votes
in Kubernetes K8s by
Can you brief on the working of the master node in Kubernetes?

1 Answer

0 votes
by

Kubernetes master controls the nodes and inside the nodes the containers are present. Now, these individual containers are contained inside pods and inside each pod, you can have a various number of containers based upon the configuration and requirements. So, if the pods have to be deployed, then they can either be deployed using user interface or command-line interface. Then, these pods are scheduled on the nodes, and based on the resource requirements, the pods are allocated to these nodes. The kube-apiserver makes sure that there is communication established between the Kubernetes node and the master components.

Related questions

0 votes
asked May 12, 2022 in Continuous Integration with Jenkins by sharadyadav1986
0 votes
asked Apr 27, 2021 in Kubernetes K8s by Robindeniel
...