Login
Remember
Register
Ask a Question
What are the main components of the master node?
0
votes
asked
May 18, 2023
in
Kubernetes K8s
by
sharadyadav1986
What are the main components of the master node?
master
node
kubernetescomponents
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 18, 2023
by
sharadyadav1986
The main components of the master node that help to manage worker nodes are as follows:
Kube-server: It acts as a front end of the cluster and communicates with the cluster through the API server.
Kube controller: It implements governance across the cluster and runs the set of controllers for the running cluster.
Kube scheduler: It schedules the activities of the nodes and holds the node resource to determine the proper action for triggering events.
...