QuestionQ5

Cloud Orchestration with Kubernetes

Which two statements regarding Kubernetes clusters are accurate?

Choose two
  • A The master coordinates the cluster.
  • B The minions are responsible for running the applications.
  • C The nodes are responsible for running the applications.
  • D The pod controller coordinates the cluster.
Explanation

The Kubernetes control plane, historically referred to as the master, manages and coordinates the cluster. Worker nodes host Pods and run the containerized application workload. A pod controller is not the cluster-wide coordinating component.

Learn more

Community Discussion

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