5V0-23.20 · Question #33
Where is a storage policy applied to enable Persistent Volumes?
The correct answer is A. Namespace. The vSphere administrator defines and assigns VM storage policies to a namespace: - VM storage policies are translated into Kubernetes storage classes. - Developers can access all assigned VM storage policies in the form of storage classes. - Developers cannot manage storage…
Question
Where is a storage policy applied to enable Persistent Volumes?
Options
- ANamespace
- BDatastore
- CVirtual Machine
- DCluster
How the community answered
(25 responses)- A84% (21)
- B4% (1)
- C4% (1)
- D8% (2)
Explanation
The vSphere administrator defines and assigns VM storage policies to a namespace: - VM storage policies are translated into Kubernetes storage classes. - Developers can access all assigned VM storage policies in the form of storage classes. - Developers cannot manage storage classes. Developers can list the available storage classes in their namespace by running the kubectl describe ns <namespace-name> command.
Topics
Community Discussion
No community discussion yet for this question.