5V0-23.20Free trialFree trial

By vmware
Aug, 2025

Verified

25Q per page

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?

  • A: Create a storage policy containing the tagged datastores, and apply it to the vSphere Namespace.
  • B: Create a storage class containing the tagged datastores, and apply it to the Supervisor Cluster.
  • C: Create a persistent volume claim containing the tagged datastores, and apply it to the vSphere Namespace.
  • D: Create a storage Policy containing the tagged datastores, and apply it to the Supervisor Cluster.

Question 2

What is the proper way to delete a Persistent Volume Claim?

  • A: By using the kubectl delete persistentvolumeclaim command
  • B: By using the kubectl remove pvc command
  • C: Through the SPBM policy engine using the vSphere Client
  • D: By unmounting the volume from the VM and deleting it from the vSphere datastore

Question 3

Which three elements are part of the Container Runtime for ESXi (CRX)? (Choose three.)

  • A: Image Service
  • B: Kube Proxy
  • C: Linux kernel
  • D: Customized VMX
  • E: Spherelet
  • F: Container Engine

Question 4

Which statement accurately describes the Primary Workload Network?

  • A: It carries traffic between load balancer and vCenter.
  • B: It carries traffic between load balancer and Supervisory control plane.
  • C: It is created by developers as part of TKG cluster deployment.
  • D: It carries traffic between Supervisory control plane and vCenter.

Question 5

When creating a Supervisor Namespace, which item must be added to ensure that the end user can consume the namespace?

  • A: Content Library
  • B: Permissions
  • C: Storage
  • D: Limits

Question 6

Which command would be used to deploy a Tanzu Kubernetes cluster?

  • A: kubectl create cluster -f CLUSTER-NAME.yaml
  • B: kubectl apply cluster CLUSTER-NAME.yaml
  • C: kubectl apply -f CLUSTER-NAME.yaml
  • D: kubectl create -f CLUSTER-NAME.yaml

Question 7

An administrator is configuring a vSphere with Tanzu Supervisor Cluster with the vSphere networking stack.

Which two minimum requirements must be met for the compute and networking components? (Choose two.)

  • A: The cluster configured with vSphere High Availability enabled
  • B: A DHCP IP address range for the Kubernetes control plane VMs
  • C: A DHCP IP address range for the HA Proxy virtual IPs
  • D: A minimum of three distinct subnets
  • E: The cluster configured with vSphere DRS enabled and automation level set to Fully Automated

Question 8

Which element defines the type of storage backing the Persistent Volume?

  • A: Datastore Cluster
  • B: Storage Class
  • C: vVols
  • D: Persistent Volume Claim

Question 9

At which three levels of the vSphere Client is information about Kubernetes Persistent Volumes found? (Choose three.)

  • A: Resource Pool
  • B: Cluster
  • C: vCenter
  • D: Datastore
  • E: Virtual Machine
  • F: Network

Question 10

Which summary page should an administrator use in the vSphere Client to identify the CPU resources consumed in a namespace?

  • A: ESXi host
  • B: Namespace
  • C: vSphere cluster
  • D: Supervisor Cluster

Question 11

Which statement accurately describes a characteristic of load balancers in vSphere with Tanzu using the vSphere networking stack?

  • A: A load balancer balances pods between Tanzu Kubernetes cluster nodes.
  • B: A load balancer distributes Tanzu Kubernetes cluster nodes between ESXi hosts.
  • C: A load balancer provides external access to Supervisor Clusters and Tanzu Kubernetes clusters.
  • D: A load balancer performs authentication and authorization for Supervisor Clusters and Tanzu Kubernetes clusters.

Question 12

A Namespace contains multiple Tanzu Kubernetes clusters.

How is access granted to a single Tanzu Kubernetes cluster?

  • A: Create a custom Role and RoleBinding, and then apply to the Namespace using kubectl commands.
  • B: Use the vSphere Client to grant access to the Namespace.
  • C: Create a custom Role and RoleBinding, and then apply to the Tanzu Kubernetes cluster using kubectl commands.
  • D: Use the vSphere Client to grant access to the Tanzu Kubernetes cluster.

Question 13

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

  • A: kubectl get rc,services
  • B: kubectl get contentlibrary
  • C: kubectl get tanzukubernetesreleases
  • D: kubectl get tanzuimages

Question 14

What is automatically created within NSX-T when an administrator creates a new namespace in the vSphere client?

  • A: A new segment connected to a Tier-1 gateway and a new overlay transport zone
  • B: A new segment connected to a Tier-0 gateway and a new overlay transport zone
  • C: A new segment connected to a Tier-0 gateway and an existing overlay transport zone
  • D: A new segment connected to a Tier-1 gateway and an existing overlay transport zone

Question 15

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

  • A: kubectl get services
  • B: kubectl get loadbalancer
  • C: kubectl services get ip
  • D: kubectl list services

Question 16

A development team has submitted a YAML specification to create a Tanzu Kubernetes cluster called dev-cluster and wants to verify that the cluster is running.

Which command should be run to obtain this verification?

  • A: kubectl show tkc dev-cluster
  • B: kubectl get cluster dev-cluster
  • C: kubectl get tkc dev-cluster
  • D: kubectl list cluster dev-cluster

Question 17

How are updates applied to Tanzu Kubernetes clusters?

  • A: The cluster is shutdown, Update Manager applies patches to VMs, and the cluster is restarted.
  • B: Worker nodes are shutdown while Controllers are patched and restarted after the update.
  • C: New nodes are incrementally added with new Kubernetes versions so as a new node is added, an older node is removed.
  • D: A new cluster is completely configured and runs in parallel to the primary cluster prior to switchover.

Question 18

Which kubectl command is used to deploy the application when using a Kubernetes deployment specification file, my-app.yaml?

  • A: kubectl run my-app.yaml
  • B: kubectl apply -f my-app.yaml
  • C: kubectl create my-app.yaml
  • D: kubectl apply spеc my-app.yaml

Question 19

Which step is necessary in order to allocate storage to a newly created namespace?

  • A: Assign a VM Storage Policy
  • B: Assign permissions to users
  • C: Define resource limits
  • D: Add a content library

Question 20

An administrator needs to label and push an image into Harbor.

Which command should the administrator run first?

  • A: docker tag demoapp01:14.04 /demo/demoapp01:14.04
  • B: kubectl tag demoapp01:14.04 /demo/demoapp01:14.04
  • C: kubectl label demoapp01:14.04 /demo/demoapp01:14.04
  • D: docker label demoapp01:14.04 /demo/demoapp01:14.04

Question 21

Which object is deployed on the workload network when vSphere with Tanzu is configured with vSphere network stack?

  • A: Windows Virtual Machines
  • B: Registry Service
  • C: Tanzu Kubernetes clusters
  • D: NSX Edge

Question 22

Which corresponding object is automatically created in the embedded Registry Service when a new Namespace is created in the Supervisor Cluster?

  • A: Pod
  • B: Project
  • C: Container
  • D: Image

Question 23

Which three characteristics are true of Control Plane VMs? (Choose three.)

  • A: They can be resized by administrators directly through vCenter Inventory View.
  • B: They each run the Spherelet.
  • C: They each expose the Kubernetes API.
  • D: They do not run any Kubernetes Pods.
  • E: They are connected to a Management portgroup.
  • F: They are deployed via a vCenter Service.

Question 24

Which object helps maintain copies of a vSphere pod?

  • A: ReplicaSets
  • B: Network Policies
  • C: Namespaces
  • D: Persistent Volume

Question 25

What provides the North-South connectivity from NSX-T Data Center to the physical infrastructure?

  • A: Tier-1 uplink
  • B: vSphere Distributed Switch
  • C: Tier-0 uplink segment
  • D: Transport Zones
Page 1 of 5 • Questions 1-25 of 123

Free preview mode

Enjoy the free questions and consider upgrading to gain full access!