Study. uk . com
  1. Home
  2. All questions
  3. 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.

  1. PodDisruptionBudgets
  2. The Pod's priorityClassName
  3. terminationGracePeriodSeconds
  4. The node's cordoned status
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)

Challenge yourself on this topic → Study as cards