- Home
- All questions
- Question 687
CKA study material · question 687 of 1000
How does the kubelet calculate memory.available for eviction purposes?
Show the answer
Answer: B. Node capacity minus the node's memory working set
The signal is capacity minus working set, which excludes reclaimable page cache — so a node with a large cache is not judged to be out of memory.
Source: Node-pressure Eviction (Kubernetes) — Eviction signals