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

CKA study material · question 809 of 1000

A PersistentVolumeClaim has been deleted but sits in Terminating with the finalizer kubernetes.io/pvc-protection. What is holding it?

  1. The StorageClass's reclaim policy is Retain
  2. A Pod is still using the claim
  3. The CSI driver has not acknowledged the deletion
  4. Another claim references the same volume
Show the answer

Answer: B. A Pod is still using the claim

The pvc-protection and pv-protection finalizers keep a claim or volume in Terminating while it is in use, so storage is never removed from under a running Pod.

Source: Persistent Volumes (Kubernetes) — Lifecycle of a volume and claim › Storage object in use protection

Challenge yourself on this topic → Study as cards