Scheduler
posts (2)
- CPU in Kubernetes from the kernel up1/12
How Linux really gives a process CPU
A process does not "have CPU". It is ready to run, and the scheduler decides when it actually gets processor time.
- series · 12 parts
CPU in Kubernetes from the kernel up
A CPU model built bottom-up: from runnable tasks and the scheduler, through cgroups, requests and limits, to throttling, contention, PSI and diagnostics.