Exam 5v0-2320 All QuestionsBrowse all questions from this exam
Question 1

An administrator working in a vSphere with Tanzu environment wants to ensure that all persistent volumes configured by developers within a namespace are placed on a defined subset of datastores. The administrator has applied tags to the required datastores in the vSphere Client.

Which action should the administrator take next to meet the requirement?

    Correct Answer: A

    To ensure that all persistent volumes configured by developers within a namespace are placed on a defined subset of datastores, the administrator should create a storage policy containing the tagged datastores and apply it to the vSphere Namespace. This action will dictate which datastores the namespace can access and use for persistent volumes, converting them into Kubernetes storage classes. Developers can then use these storage classes in their persistent volume claim specifications.

Discussion
lotsoOption: A

I think A. Create a storage policy containing the tagged datastores, and apply it to the vSphere Namespace It could be D, but the question asks to apply it at a Namespace level. After creating storage policies, a vSphere administrator can perform the following tasks: Assign the storage policies to the vSphere Namespace. Storage policies visible to the namespace determine which datastores the namespace can access and use for persistent volumes. The storage policies appear as matching Kubernetes storage classes in the namespace. They are also propagated to the Tanzu Kubernetes cluster on this namespace. DevOps engineers can use the storage classes in their persistent volume claim specifications. https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-544286A2-A403-4CA5-9C73-8EFF261545E7.html

6094fa9

anyone can please confirm if this questions are valid?

[Removed]

Correct Answer is A

dmbuilOption: A

I'll go with A as well

[Removed]Option: A

Correct Answer is A

obeythefistOption: A

I will go with "A": https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-1B136277-E46C-41FC-9C8C-3E78E9B97F5C.html 1. VSphere admins create VM storage policies 2. Storage policies are assigned to a VSphere Namespace!!! 3. Tanzu converts these to Kubernetes Storage classes 4. PVCs use the storage classes. A - Yes, storage policy -> VSphere Namespace is correct B - No, we will not apply it to the supervisor cluster C - No, this is nonsense, you don't apply PVCs to namespaces, they don't contain tagged datastores D - Again, we do not apply our storage stuff to the supervisor cluster, it has to be the namespace.

mememesOption: A

A is the correct answer.

bcquestOption: C

C is the correct answer: https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-A19F6480-40DC-4343-A5A9-A5D3BFC0742E.html The PVC is not made in the storage policy it is made by a persistent volume claim.

obeythefist

And how does the PVC know which storage class to use?