Storage: PersistentVolumes Quiz Home › Kubernetes CKA & CKAD › Storage: PersistentVolumes 🗄️ Kubernetes (CKA & CKAD) – Storage: PersistentVolumes 20 questions · 15 min timer · Explanations included · Free 1. 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. Data loss when the PVC is deleted. Orphaned storage resources consuming space. 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. 2. Which command can be used to view the details of a specific PersistentVolume in a Kubernetes cluster? kubectl list pv kubectl get pv kubectl show pv kubectl describe pv None Show Hint The 'kubectl describe pv ' command provides detailed information about a specific PersistentVolume, including its status, capacity, and access modes. 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