- Home
- All questions
- Question 542
CKA study material · question 542 of 1000
A misbehaving Pod is flooding the API server with requests, yet leader election and the built-in controllers keep working. Which feature accounts for that?
Show the answer
Answer: C. API Priority and Fairness, which isolates priority levels from each other
API Priority and Fairness gives leader election, built-in controllers and Pod traffic separate concurrency budgets, so a noisy Pod cannot starve the others. It is enabled by default.
Source: API Priority and Fairness (Kubernetes) — Enabling/Disabling API Priority and Fairness