VMware vSphere with Tanzu Specialist 5V0-23.20 Exam Questions

Page: 1 / 14
Total 124 questions
Question 1

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



Answer : A


Question 2

The virtualization team supports many development teams on a Supervisor cluster. For a specific development team, they would like to limit persistent volumes that can be created on Tanzu Kubernetes clusters to only an NFS based storage array.

Which action should be taken to accomplish this goal?



Answer : C

The storage policy would become a storage class in Kubernetes.


Question 3

Which command will show the Tanzu Kubernetes cluster versions available in the vSphere content library?



Answer : C

kubectl get tanzukubernetesreleases

List available Tanzu Kubernetes releases.

kubectl get tkr

Short form version of the preceding command.

kubectl get tkr v1.17.8---vmware.1-tkg.1.5417466 -o yaml

Provides details on the named Tanzu Kubernetes release.

VMware Tanzu distributes Kubernetes software versions as Tanzu Kubernetes releases. To consume these releases, you configure a vSphere Content Library and synchronize the available releases. You can do so using a subscription-based model, or on-demand. If you want to provision Tanzu Kubernetes in an internet restricted environment, you can create a local library and manually import the releases.


Question 4

Which vSphere with Tanzu Workload Network topology provides Layer 2 isolation between Tanzu Kubernetes clusters across namespaces when vSphere Distributed Switches are used?



Answer : A

For a Supervisor Cluster that is configured with the vSphere networking stack, you can provide Layer 2 isolation for your Kubernetes workloads by creating Workload Networks and assigning them to namespaces. Workload Networks provide connectivity to Tanzu Kubernetes clusters in the namespace and are backed by distributed port groups on the switch that is connected to the hosts in the Supervisor Cluster.


Question 5

A company needs to provide global visibility and consistent policy management across multiple Tanzu Kubernetes Clusters, namespaces, and clouds Which VMvare solution will meet these requirements'?



Answer : C

VMware Tanzu Mission Control is a centralized management platform for consistently operating and securing your Kubernetes infrastructure and modern applications across multiple teams and clouds.


Question 6

Which command displays the storage limits that have been set together with the amount of resources consumed?



Answer : A

Create the ResourceQuota:

kubectl apply -f https://k8s.io/examples/admin/resource/quota-mem-cpu.yaml --namespace=quota-mem-cpu-example

View detailed information about the ResourceQuota:

kubectl get resourcequota mem-cpu-demo --namespace=quota-mem-cpu-example --output=yaml


Question 7

Which Kubernetes Service Types exposes the service externally using a static port?



Answer : B


Page:    1 / 14   
Total 124 questions