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

CKA study material · question 396 of 1000

Which components do not run in containers? Choose two.

  1. kube-apiserver
  2. The kubelet
  3. kube-scheduler
  4. The container runtime
Show the answer

Answer: B. The kubelet
D. The container runtime

The kubelet and the runtime run on the host, while the scheduler, controller manager and API server run as static Pods.

Source: Logging Architecture (Kubernetes) — System component logs

Challenge yourself on this topic → Study as cards