Study. uk . com
  1. Home
  2. All questions
  3. Question 502

CKA study material · question 502 of 1000

A team is building a bare-metal cluster with no cloud provider integration at all. Which control plane component can simply be left out?

  1. cloud-controller-manager
  2. kube-scheduler
  3. kube-controller-manager
  4. kube-apiserver
Show the answer

Answer: A. cloud-controller-manager

The cloud-controller-manager exists only to talk to a provider's APIs and is the one optional control plane component. The other three are required for any cluster to schedule and reconcile workloads.

Source: Kubernetes Components (Kubernetes) — Core Components › Control Plane Components

Challenge yourself on this topic → Study as cards