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

CKA study material · question 896 of 1000

Which two components do not run inside containers on a typical node? Choose two.

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

Answer: A. The kubelet
C. The container runtime

The kubelet and the container runtime run directly on the host — they are what run containers — while the API server, scheduler and controller manager usually run as static Pods.

Source: Logging Architecture (Kubernetes) — System component logs

Challenge yourself on this topic → Study as cards