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

CKA study material · question 307 of 1000

An administrator deletes a Retain PersistentVolume object. What happens to the storage behind it?

  1. It is snapshotted first
  2. It still exists and must be cleaned by hand
  3. It is returned to the StorageClass pool
  4. It is deleted with the PV
Show the answer

Answer: B. It still exists and must be cleaned by hand

The external storage asset survives the PV's deletion, so the data is cleaned up manually.

Source: Persistent Volumes (Kubernetes) — Retain

Challenge yourself on this topic → Study as cards