- Home
- All questions
- Question 520
CKA study material · question 520 of 1000
An operator starts a container directly through the container runtime on a node, outside Kubernetes. How does the scheduler account for the resources it consumes?
Show the answer
Answer: C. It does not count them at all
The scheduler sums the requests of containers the kubelet manages, and explicitly excludes containers the runtime was told to start directly and processes outside the kubelet's control. Reserving for those needs system-reserved settings.
Source: Nodes (Kubernetes) — Resource capacity tracking