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

CKA study material · question 805 of 1000

A PersistentVolume uses the Retain reclaim policy and its claim is deleted. Which two statements are true? Choose two.

  1. The PersistentVolume object remains
  2. The PersistentVolume is deleted but the backing storage remains
  3. The data in the backing storage remains
  4. The volume becomes Available for another claim automatically
Show the answer

Answer: A. The PersistentVolume object remains
C. The data in the backing storage remains

Retain leaves both the object and the storage in place for manual reclamation; the volume enters Released and does not become Available until its claimRef is cleared.

Source: Persistent Volumes (Kubernetes) — Lifecycle of a volume and claim › Reclaiming › Retain

Challenge yourself on this topic → Study as cards