- Home
- All questions
- Question 396
CKA study material · question 396 of 1000
Which components do not run in containers? Choose two.
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