Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

5V0-23.20 Questions and Answers

Question # 6

Which kubectl command is used to list al pods in the current active namespace?

A.

kubectl get nodes

B.

kubectl get pods

C.

kubectl get services

D.

kubectl list pods

Full Access
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

Full Access
Question # 8

To which set of networks are the Supervisor Cluster nodes attached when deploying with an NSX-T network topology?

A.

Frontend and Workload

B.

Frontend and Management

C.

Workload and Management

D.

Management and NSX Overlay

Full Access
Question # 9

What is the correct process to store images in a project on the Registry Service?

A.

Use the kubect1 push command

B.

Use the docker push command

C.

Use the vSphere Client to upload the image the content library

D.

Use the vSphere Client to upload the image to the Registry Service

Full Access
Question # 10

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

Full Access
Question # 11

Which action is required to enable workload management?

A.

Assign vSphere Enterprise Plus license to the Supervisor Cluster

B.

Change Kubernetes API Endpoint Certificate

C.

Use NSX-T as the Networking Stack for Supervisor Cluster

D.

Enable vSphere HA and vSphere DRS in Fully Automated mode

Full Access
Question # 12

Which statement describes the characteristics of vSphere with Tanzu using vSphere Distributed Switch network topology?

A.

Supervisor Cluster control plane VMs are attached to the primary workload network.

B.

Supervisor Cluster control plane VMs are attached to primary and non-primary workload networks.

C.

vCenter Server is attached to all workload networks.

D.

Load balancer appliance is attached to all workload networks.

Full Access
Question # 13

What is the primary way that the Supervisor Cluster enables vSphere administrators to provide governance around DevOps on-demand workloads?

A.

Namespaces act as resource envelopes with policy that limits access and resource consumption.

B.

Root access to ESXi hosts is disabled.

C.

Load Balancer and multiple control plane nodes provide high availability.

D.

Prometheus provides observability to the cluster.

Full Access
Question # 14

A developer is trying to deploy a Kubernetes Application by using an image from the embedded Registry Service into an existing Namespace within a Supervisor Cluster.

Which three steps must be completed to ensure the deployment is successful? (Choose three.)

A.

Include the image: //: in the YAML spec.

B.

Run kubectl config use-context to switch to the correct namespace.

C.

Run kubectl config set-context to switch to the correct namespace.

D.

Pull the image into the Registry service with docker pull //:.

E.

Include the image: /: in the YAML spec.

F.

Push the image to the Registry service with docker push //:.

Full Access
Question # 15

On which cluster can a Supervisor Namespace be created?

A.

A Tanzu Kubernetes Grid Integrated cluster

B.

A vSphere 7 cluster enabled with Workload Management

C.

A Tanzu Kubernetes cluster

D.

A vSphere 6.7 cluster enabled with Workload Management

Full Access
Question # 16

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.

Full Access
Question # 17

An administrator needs to get a list of all Tanzu Kubernetes clusters running in the current namespace.

Which command will provide the desired output?

A.

kubectl get vmservice

B.

kubectl get clusters

C.

kubectl get virtualnetwork

D.

kubectl get tanzukubernetescluster

Full Access
Question # 18

Which command should be used by a developer to log in to the vSphere with Tanzu Supervisor Cluster?

A.

vmwarectl login --server- --vsphere-username

B.

kubectl vsphere login --server= --vsphere-username <vcENTER-SSO-USER>

C.

vmwarectl vsphere login --server— --vsphere-username

D.

kubectl login --server= --vsphere-username

Full Access