What are two node types within a Kubernetes cluster?

Study for the NetApp Certified Technology Associate NS0-002 Exam. With detailed flashcards and multiple choice questions, including hints and explanations, you'll be well-prepared to ace your exam!

Multiple Choice

What are two node types within a Kubernetes cluster?

Explanation:
In Kubernetes, there are two node roles: Master (the control plane) and Worker (the nodes that run your workloads). The Master hosts the control plane components that manage the cluster—like the API server, scheduler, and controllers—making decisions about where workloads should run and keeping the cluster state in etcd. The Worker nodes run the actual application workloads inside pods, with kubelet managing each node and kube-proxy handling networking and service access. There can be multiple master nodes in a high-availability setup and many worker nodes to run workloads. The other options don’t describe the standard node roles in a Kubernetes cluster, and terms like Leader/Follower aren’t Kubernetes terminology.

In Kubernetes, there are two node roles: Master (the control plane) and Worker (the nodes that run your workloads). The Master hosts the control plane components that manage the cluster—like the API server, scheduler, and controllers—making decisions about where workloads should run and keeping the cluster state in etcd. The Worker nodes run the actual application workloads inside pods, with kubelet managing each node and kube-proxy handling networking and service access. There can be multiple master nodes in a high-availability setup and many worker nodes to run workloads. The other options don’t describe the standard node roles in a Kubernetes cluster, and terms like Leader/Follower aren’t Kubernetes terminology.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy