- Home
- All questions
- Question 309
CKA study material · question 309 of 1000
A PVC is deleted while a Pod still uses it, and it does not disappear. What is happening?
Show the answer
Answer: C. Storage Object in Use Protection is postponing the deletion
In-use protection postpones deletion of a PVC a Pod still uses, and of a PV still bound to a claim.
Source: Persistent Volumes (Kubernetes) — Storage Object in Use Protection