- Home
- All questions
- Question 696
CKA study material · question 696 of 1000
An API-initiated eviction differs from deleting a Pod directly. Which two things does it respect? Choose two.
Show the answer
Answer: A. PodDisruptionBudgets
C. terminationGracePeriodSeconds
Creating an Eviction object is a policy-controlled delete: it honours the disruption budget and the Pod's grace period, which a plain delete of the Pod does not check.
Source: API-initiated Eviction (Kubernetes) — API-initiated Eviction (overview)