Storage: PersistentVolumes Quiz Home › Kubernetes CKA & CKAD › Storage: PersistentVolumes 🗄️ Kubernetes (CKA & CKAD) – Storage: PersistentVolumes 20 questions · 15 min timer · Explanations included · Free 1. What is the recommended approach for resizing a PersistentVolume in Kubernetes? Use a StorageClass with dynamic resizing capabilities. Directly edit the PersistentVolume resource. Update the PersistentVolumeClaim with the new size. Delete and recreate the PersistentVolume with the new size. None Show Hint The recommended approach for resizing a PersistentVolume is to update the PersistentVolumeClaim with the new size, provided that the underlying storage supports resizing and the feature is enabled in Kubernetes. 2. Which of the following is a potential risk when using the 'Retain' reclaim policy for PersistentVolumes? Inability to create new PersistentVolumes. Automatic deletion of the PersistentVolume. Orphaned storage resources consuming space. Data loss when the PVC is deleted. None Show Hint Using the 'Retain' reclaim policy can lead to orphaned storage resources consuming space, as the PersistentVolume is not automatically deleted when the PVC is deleted. Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Click Submit to see your final score! Previous Start Quiz Next Time's up