Exam KCNA All QuestionsBrowse all questions from this exam
Question 62

How does dynamic storage provisioning work?

    Correct Answer: A

    Dynamic storage provisioning occurs when a user requests storage by including an existing storage class in their PersistentVolumeClaim. This allows for the automatic creation of storage resources as needed, without requiring pre-provisioned storage.

Discussion
pulsefireOption: A

A https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/#:~:text=The%20dynamic%20provisioning%20feature%20eliminates,it%20is%20requested%20by%20users.