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

CKA study material · question 848 of 1000

A PersistentVolume uses the Delete reclaim policy and its claim is removed. What is deleted?

  1. The claim only
  2. The claim and the PersistentVolume object, leaving the storage
  3. The claim, the PersistentVolume object and the storage asset
  4. Nothing until an administrator confirms
Show the answer

Answer: C. The claim, the PersistentVolume object and the storage asset

Delete removes the PersistentVolume object along with the storage behind it in the external infrastructure, which is why it is the risky default for dynamically provisioned volumes.

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

Challenge yourself on this topic → Study as cards