QuestionQ51

Infrastructure

What are the two node types in a Kubernetes cluster?

Choose two
  • A worker
  • B controller
  • C backup
  • D storage
  • E master
Explanation

A Kubernetes cluster consists of worker nodes, which run application workloads, and control-plane nodes—traditionally called master nodes—which manage the cluster’s state and scheduling.

Community Discussion

No comments yet. Be the first to start the discussion!