Kubernetes and Cloud Native Associate (KCNA) — Question 126
Manual reclamation policy of a PVC resource is known as:
Answer options
- A. claimRef
- B. Delete
- C. Retain
- D. Recycle
Correct answer: C
Explanation
The correct answer is 'Retain', which refers to the policy that prevents the automatic deletion of a Persistent Volume Claim (PVC) when it is released. The other options, such as 'claimRef', 'Delete', and 'Recycle', do not represent manual reclamation policies for PVCs.