In Kubernetes, the Manual Reclamation Policy for Persistent Volume Claims (PVCs) is typically recognized as which of the following?

Study for the Kubernetes Certified Network Administrator Exam. Our test offers comprehensive flashcards, multiple-choice questions, and detailed explanations. Be confident for your exam!

Multiple Choice

In Kubernetes, the Manual Reclamation Policy for Persistent Volume Claims (PVCs) is typically recognized as which of the following?

Explanation:
Reclaiming storage in Kubernetes is controlled by the PV reclaimPolicy, which decides what happens to the underlying storage when the bound PVC is deleted or released. If the policy is Delete, deleting the PVC triggers the PV and its backing storage to be removed from the cluster. This automatic cleanup matches the idea of manual reclamation, where you expect the storage asset to be cleaned up without manual intervention. Retain would keep the PV and its data, requiring manual cleanup later. Recycle is deprecated in modern clusters and not commonly used. Archive isn’t a valid Kubernetes reclaim policy.

Reclaiming storage in Kubernetes is controlled by the PV reclaimPolicy, which decides what happens to the underlying storage when the bound PVC is deleted or released. If the policy is Delete, deleting the PVC triggers the PV and its backing storage to be removed from the cluster. This automatic cleanup matches the idea of manual reclamation, where you expect the storage asset to be cleaned up without manual intervention.

Retain would keep the PV and its data, requiring manual cleanup later. Recycle is deprecated in modern clusters and not commonly used. Archive isn’t a valid Kubernetes reclaim policy.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy