- Home
- All questions
- Question 896
CKA study material · question 896 of 1000
Which two components do not run inside containers on a typical node? Choose two.
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