- Home
- All questions
- Question 848
CKA study material · question 848 of 1000
A PersistentVolume uses the Delete reclaim policy and its claim is removed. What is deleted?
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