Kubernetes and Cloud Native Associate (KCNA) — Question 51

How does dynamic storage provisioning work?

Answer options

Correct answer: A

Explanation

The correct answer, A, accurately describes that a user must include an existing storage class in their PersistentVolumeClaim to request dynamically provisioned storage. Options B and D are incorrect because they do not involve the necessary PersistentVolumeClaim for dynamic provisioning. Option C incorrectly states that a pod requests storage directly, which is not how dynamic provisioning works.