Study. uk . com
  1. Home
  2. All questions
  3. Question 418

CKA study material · question 418 of 1000

What is the default rate at which the node controller evicts Pods from failed nodes?

  1. 0.1 per second, so no more than one node every ten seconds
  2. 10 per second
  3. 1 per second
  4. Unlimited, once a node is unreachable
Show the answer

Answer: A. 0.1 per second, so no more than one node every ten seconds

--node-eviction-rate defaults to 0.1 per second, limiting evictions to one node every ten seconds.

Source: Nodes (Kubernetes) — Rate limits on eviction

Challenge yourself on this topic → Study as cards