CertGrid CertGrid
Hands-on Lab·Certified Kubernetes Administrator

Access Modes and Reclaim Policies

Ask a node-local provisioner for ReadWriteMany and watch the claim hang. Then delete two claims: one volume is destroyed, the other becomes Released and refuses every new claimant until you clear one field by hand.

Storage Guide 70 of 103 Intermediate

Written against the versions above. Which access modes work depends entirely on the backend. The Released-blocks-rebinding behaviour does not.

Any cluster with a default StorageClass and permission to create PersistentVolumes.
Server NameIP AddressOSRolesCPURAMHDD
CKA1001192.168.0.175Ubuntu 26.04 LTSControl Plane Node2 Core4 GB50 GB
CKA1001-NODE01192.168.0.176Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB
CKA1001-NODE02192.168.0.177Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB
CKA1001-NODE03192.168.0.178Ubuntu 26.04 LTSWorker Node2 Core4 GB50 GB

Before you start

  1. Access modes, and asking for one the backend cannot do

  2. reclaimPolicy Delete means the data is gone

  3. reclaimPolicy Retain: Released, not deleted

  4. A Released volume refuses every new claimant

Official sources