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

CKA study material · question 849 of 1000

An old manifest sets persistentVolumeReclaimPolicy to Recycle. What is the current guidance?

  1. It is the recommended policy for shared volumes
  2. It is deprecated; dynamic provisioning replaces it
  3. It is equivalent to Retain on modern clusters
  4. It is required for volumes with ReadWriteMany
Show the answer

Answer: B. It is deprecated; dynamic provisioning replaces it

Recycle scrubbed a volume and re-offered it; that pattern is deprecated in favour of dynamically provisioning a fresh volume for each claim.

Source: Persistent Volumes (Kubernetes) — Lifecycle of a volume and claim › Reclaiming › Recycle

Challenge yourself on this topic → Study as cards