Free VMware 5V0-23.20 Exam Actual Questions

The questions for 5V0-23.20 were last updated On Nov 19, 2024

Question No. 1

The Gold storage policy has been assigned to the Web namespace, and the DevOps engineer wants to place a persistent volume for the Web application in the Gold storage class.

How should this goal be accomplished?

Show Answer Hide Answer
Correct Answer: A

* 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.


Question No. 2

Which two items must be provided before a vSphere with Tanzu Supervisor Namespace can be created? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, D

Prerequisites

Configure a cluster with vSphere with Tanzu.

Create users or groups for all DevOps engineers who will access the namespace.

Create storage policiesfor persistent storage. Storage policies can define different types and classes of storage, for example, gold, silver, and bronze.

Create VM classes and content libraries for stand-alone VMs.

Create a content library for Tanzu Kubernetes releases for use with Tanzu Kubernetes clusters. SeeCreating and Managing Content Libraries for Tanzu Kubernetes releases.

Required privileges:

Namespaces.Modify cluster-wide configuration

Namespaces.Modify namespace configuration


Question No. 3

Which kubectl command is used to list the Kubernetes services in the current active namespace?

Show Answer Hide Answer
Correct Answer: A

Question No. 4

How can you remove unreferenced container images from a project in an embedded Registry Service?

Show Answer Hide Answer
Correct Answer: A

Deleting Artifact:

When an artifact is not referenced by any OCI index, you can delete the artifact freely which will delete its manifest and all associated tags.

When an artifact is referenced by an OCI index, you cannot delete it. In order to delete this artifact, you must first delete all OCI indexes referencing this artifact first, remembering that an artifact can be referenced by multiple parents artifacts pushed onto Harbor by different users. So when deleting an OCI index holding 9 children artifacts not referenced by any other index and 1 child artifact referenced by another index, only 9 out of 10 children artifacts will be deleted.

To delete any artifact in the Harbor interface, click on the artifact and select 'Delete' and confirm.

Not Purge: As a vSphere administrator, you can purge the images for a project in the private image registry by request from DevOps engineers. Purging images from the private image registry deletes all references to the images made by pods, but it does not remove the images from the image registry.


Question No. 5

Which action is required to enable workload management?

Show Answer Hide Answer
Correct Answer: D