Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Master and worker nodes

Sumit Rawal answered on May 14, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • nodejs how cpu handle worker_threads
  • web worker in javascript
  • service worker.js
  • What are worker nodes?
  • Masters and Nodes
  • Masters and Nodes#
  • what is worker node in kubernetes

  • Master and worker nodes

    0

    Nodes in a cluster have different functions; some are masters and others are workers. In each cluster, there is a master node and at least one worker node.

    The master node is charged with maintaining the cluster’s desired state, freeing up resources, checking the status of each condition, and so on.

    It also manages the scheduling of pods across nodes in a cluster, distributing jobs to ensure all nodes are working while not becoming overloaded. The master node has various components like API Server, Controller Manager, Scheduler, and ETCD.

    Worker nodes are responsible for everything else involved in running a program and do most of the lifting. These nodes can have multiple pods running on them, working on each as assigned by the master nodes. As worker nodes are mostly isolated, clusters can be scaled with more worker nodes without issue.

    Popularity 3/10 Helpfulness 1/10 Language javascript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 14 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.