- Home
- All questions
- Question 516
CKA study material · question 516 of 1000
With the default --node-eviction-rate of 0.1 per second, how quickly can the node controller start draining Pods from failed nodes?
Show the answer
Answer: B. One node every ten seconds
The rate is expressed per second and applies to nodes, not Pods, so 0.1 per second means at most one node's Pods begin eviction every ten seconds.
Source: Nodes (Kubernetes) — Node controller › Rate limits on eviction