Question

Compare between Kubernetes Master node & Kubernetes Worker node

Compare between Kubernetes Master node & Kubernetes Worker node

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer:------------

Compare between Kubernetes Master node & Kubernetes Worker node:---------------

  • The master node does not run any containers, it just handles and manages the cluster. The nodes that actually run the containers are the worker nodes..There’s a kube-proxy instance in each node. That means there’s one on the worker nodes too. It’s configuration specifies the master nod. Nothing fancy. It’s configuration can be found here.

Kubernetes Master node:-----
It is the entry point for all administrative tasks which is responsible for managing the Kubernetes cluster. There can be more than one master node in the cluster to check for fault tolerance. More than one master node puts the system in a High Availability mode, in which one of them will be the main node which we perform all the tasks.

For managing the cluster state, it uses etcd in which all the master nodes connect to it.
Components of a master node:-------
API server:
Scheduler:
Controller manager:
ETCD:

Kubernetes Worker node:-------
It is a physical server or you can say a VM which runs the applications using Pods (a pod scheduling unit) which is controlled by the master node. On a physical server (worker/slave node), pods are scheduled. For accessing the applications from the external world, we connect to nodes.
Components of a worker node:-------
Container runtime:
Kubelet:
Kube-proxy:
pods:

Add a comment
Know the answer?
Add Answer to:
Compare between Kubernetes Master node & Kubernetes Worker node
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT