ExamGecko
Home / VMware / 5V0-23.20 / List of questions
Ask Question

VMware 5V0-23.20 Practice Test - Questions Answers, Page 2

List of questions

Question 11

Report
Export
Collapse

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

kubect1 get rc,services
kubect1 get rc,services
kubect1 get contentlibrary
kubect1 get contentlibrary
kubect1 get tanzukubernetesreleases
kubect1 get tanzukubernetesreleases
kubect1 get tanzuimages
kubect1 get tanzuimages
Suggested answer: C

Explanation:

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.

VMware 5V0-23.20 image Question 11 explanation 10319 09162024012802000000

asked 16/09/2024
Tuan Nguyen
41 questions

Question 12

Report
Export
Collapse

Which object helps maintain copies of a vSphere pod?

ReplicaSets
ReplicaSets
Network Policies
Network Policies
Namespaces
Namespaces
Persistent Volume
Persistent Volume
Suggested answer: A

Explanation:

VMware 5V0-23.20 image Question 12 explanation 10320 09162024012802000000

A ReplicaSet declares how the functionality of a pod is made scalable and resilient through redundancy. The ReplicaSet ensures that a specified number of pods is kept running. Example:

Deploy a ReplicaSet.

• The ReplicaSet name is nginx-replica-demo.

• Two replicas are expected to be running.

• The ReplicaSet applies to pods with label nginx.

For more information about Kubernetes replica sets, see

https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/

asked 16/09/2024
kevin klyn
36 questions

Question 13

Report
Export
Collapse

On which network are TKG clusters deployed in vSphere with Tanzu when using the vSphere networking stack?

Workload
Workload
Backend
Backend
Edge
Edge
Frontend
Frontend
Suggested answer: A

Explanation:

The Workload Network, such as TKGS-VLAN1000, is where the Tanzu Kubernetes clusters run.

A workload network is a network construct that is used by supervisor control plane VMs and vSphere namespaces:

• The workload network is supported by a vSphere Distributed Switch port group.

• An IP range is defined to allocate an IP address for VMs attached to the workload network.

• A primary workload network must be selected.

• The supervisor control plane VMs attach to the primary workload networks port group.

A workload network can be used by multiple namespaces. A namespace can be assigned only one workload network.

asked 16/09/2024
Roger Wehrli
35 questions

Question 14

Report
Export
Collapse

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

Use the kubect1 push command
Use the kubect1 push command
Use the docker push command
Use the docker push command
Use the vSphere Client to upload the image the content library
Use the vSphere Client to upload the image the content library
Use the vSphere Client to upload the image to the Registry Service
Use the vSphere Client to upload the image to the Registry Service
Suggested answer: B

Explanation:

https://docs.docker.com/docker-hub/repos/

VMware 5V0-23.20 image Question 14 explanation 10322 09162024012802000000

• Registry Service: Developers can store and manage Docker and OCI images using Harbor. Harbor is an open-source container image registry that secures images with role-based access control.

Procedure

Login to Harbor Registry with the vSphere Docker Credential Helper.

docker-credential-vsphere login <container-registry-IP> --user [email protected]

Note:While providing --user username is acceptable for login, you should use the UserPrincipalName (UPN) syntax ( --user [email protected]) to login and use docker push commands.

Tag the image that you want to push to the project in Harbor Registry with same name as the

namespace, where you want to use it:

docker tag <image-name>[:TAG] <container-registry-IP>/<project-name>/<image-name>[:TAG]

For example:

docker tag hello-world:latest 10.179.145.77/tkgs-cluster-ns/hello-world:latest

docker images

REPOSITORY TAG IMAGE ID CREATED SIZE

10.179.145.77/tkgs-cluster-ns/hello-world latest bf756fb1ae65 10 months ago

13.3kB

hello-world latest bf756fb1ae65 10 months ago 13.3kB

To push an image to a project in Harbor, run the following command:Syntax:

docker push <container-registry-IP>/<namespace-name>/<image_name>

For example:

docker push 10.179.145.77/tkgs-cluster-ns/hello-world:latest

Expected result.

The push refers to repository [10.179.145.77/tkgs-cluster-ns/hello-world]

9c27e219663c: Pushed

latest: digest: sha256:90659bf80b44ce6be8234e6ff90a1ac34acbeb826903b02cfa0da11c82cbc042

size: 525

asked 16/09/2024
test testsers
39 questions

Question 15

Report
Export
Collapse

Which functionality does the Cloud Native Storage (CNS) component take advantage of to support the creation of container volumes?

First Class Disk
First Class Disk
VMware Disk Encryption
VMware Disk Encryption
Virtual Disk
Virtual Disk
Storage Based Policy Management
Storage Based Policy Management
Suggested answer: A

Explanation:

The Cloud Native Storage server resides in vCenter Server:

• Provisions and manages life cycle operations for container volumes

• Creates First Class Disks (FCDs) to support the container volumes

• First Class Disks exist as .vmdk and -flat.vmdk files on a vSphere datastore • Integrates with storage policy based management (SPBM) for the placement of disks A First Class Disk (FCD) is also called an improved virtual disk. It is a named virtual disk that is unassociated with a VM. These disks reside on a VMFS, NFS, or vSAN datastore and support container volumes.

Storage policy based management (SPBM) is a vCenter Server service that supports provisioning of persistent volumes according to specified storage requirements. After provisioning, the service monitors compliance of the volume with the required policy characteristics.

asked 16/09/2024
Fatmata Kabba
51 questions

Question 16

Report
Export
Collapse

Which step in vSphere with Tanzu enablement using the vSphere Distributed Switch process is done prior to using the Workload Management Enablement Wizard?

Deploy the load balancer
Deploy the load balancer
Choose the Kubernetes content library that should be used in the Supervisor Cluster
Choose the Kubernetes content library that should be used in the Supervisor Cluster
Define the Primary workload network P range
Define the Primary workload network P range
Define the Management network interfaces for the Supervisor Cluster
Define the Management network interfaces for the Supervisor Cluster
Suggested answer: D

Explanation:

As a vSphere administrator, you can enable the Workload Management platform on a vSphere cluster by configuring the vSphere networking stack to provide connectivity to workloads. A Supervisor Cluster that is configured with vSphere networking supports the deployment of Tanzu Kubernetes clusters created by using the Tanzu Kubernetes Grid Service. It does not support running vSphere Pod or using the embedded Harbor Registry.

asked 16/09/2024
helal altarsha
31 questions

Question 17

Report
Export
Collapse

How can a vSphere administrator replace the Supervisor Cluster API endpoint certificate?

Use the certificate-manager CLI utility to replace the Supervisor Cluster API endpoint certificate.
Use the certificate-manager CLI utility to replace the Supervisor Cluster API endpoint certificate.
Use the vSphere Client to replace the Workload platform MTG certificate.
Use the vSphere Client to replace the Workload platform MTG certificate.
Use the vSphere Client to replace the NSX Load Balancer certificate.
Use the vSphere Client to replace the NSX Load Balancer certificate.
Use kubectl to replace the Supervisor Cluster API endpoint certificate.
Use kubectl to replace the Supervisor Cluster API endpoint certificate.
Suggested answer: B

Explanation:

VMware 5V0-23.20 image Question 17 explanation 10325 09162024012802000000

As a vSphere administrator, you can replace the certificate for the virtual IP address (VIP) to securely connect to the Supervisor Cluster API endpoint with a certificate signed by a CA that your hosts already trust. The certificate authenticates the Kubernetes control plane to DevOps engineers, both during login and subsequent interactions with the Supervisor Cluster.

Prerequisites

Verify that you have access to a CA that can sign CSRs. For DevOps engineers, the CA must be installed on their system as a trusted root.

Procedure

In the vSphere Client, navigate to the Supervisor Cluster.

Click Configure then under Namespaces select Certificates.

In the Workload platform MTG pane, select Actions > Generate CSR.

Provide the details for the certificate.

Once the CSR is generated, click Copy.

Sign the certificate with a CA.

From the Workload platform MTG pane, select Actions > Replace Certificate.

Upload the signed certificate file and click Replace Certificate.

Validate the certificate on the IP address of the Kubernetes control plane.

asked 16/09/2024
giorgi durglishvili
42 questions

Question 18

Report
Export
Collapse

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?

Indicate the Gold storage class in the persistent volume claim specification
Indicate the Gold storage class in the persistent volume claim specification
Assign the persistent volume to the Gold storage class
Assign the persistent volume to the Gold storage class
Indicate the Gold storage class in the persistent volume specification
Indicate the Gold storage class in the persistent volume specification
Configure tag-based placement for the persistent volume
Configure tag-based placement for the persistent volume
Suggested answer: A

Explanation:

VMware 5V0-23.20 image Question 18 explanation 10326 09162024012802000000

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

asked 16/09/2024
MIGUEL PARADA VAZQUEZ
34 questions

Question 19

Report
Export
Collapse

An administrator is tasked with increasing the amount of CPU and memory in an existing Tanzu Kubernetes cluster.

Which change must the administrator complete to ensure the cluster scales successfully when updating the YAML definition?

Manually update the CPU and memory of the nodes
Manually update the CPU and memory of the nodes
Update the Virtual Machine Class Type
Update the Virtual Machine Class Type
Increase the number of worker nodes
Increase the number of worker nodes
Increase the number of control plane nodes
Increase the number of control plane nodes
Suggested answer: B

Explanation:

Virtual Machine Class Types for Tanzu Kubernetes Clusters

A virtual machine class defines the resource sizing for Tanzu Kubernetes cluster VMs:

• CPU

• Memory

• Storage Virtual machine class types range from extra small (xsmall) to extra large (xlarge). Class types are categorized as guaranteed or best effort:

• Guaranteed: Reserve all CPU and memory allocations.

• Best effort: Allocate the same CPU and memory but do not reserve the resources.

The class type guaranteed-small allocates 2 CPU, 4 GB of memory, and 16 GB of storage and reserves CPU and memory allocations. Custom virtual machine class types cannot be defined.

asked 16/09/2024
Edmond Chui
35 questions

Question 20

Report
Export
Collapse

An organization is preparing to deploy vSphere with Tanzu and will be using the vSphere Networking stack.

How should the administrator allocate management network IP addresses for the Kubernetes Control Plane within the Supervisor Cluster?

Five IP addresses are required, one for each of the Control Plane VMs. one for the floating IP address of the Control Plane VM, and one spare for performing rolling cluster upgrades
Five IP addresses are required, one for each of the Control Plane VMs. one for the floating IP address of the Control Plane VM, and one spare for performing rolling cluster upgrades
Four IP addresses are required, one for each of the Control Plane VMs and one spare for performing rolling cluster upgrades
Four IP addresses are required, one for each of the Control Plane VMs and one spare for performing rolling cluster upgrades
Three IP addresses are required, one for each of the Control Plane VMs
Three IP addresses are required, one for each of the Control Plane VMs
Six IP addresses are required, one for each of the Control Plane VMs, one for the floating IP address of the Control Plane VM. one for performing rolling cluster upgrades and one for the image Registry VM.
Six IP addresses are required, one for each of the Control Plane VMs, one for the floating IP address of the Control Plane VM. one for performing rolling cluster upgrades and one for the image Registry VM.
Suggested answer: A

Explanation:

Static IPs for Kubernetes control plane VMs

Block of 5A block of 5 consecutive static IP addresses to be assigned to the Kubernetes control plane VMs in the Supervisor Cluster.

asked 16/09/2024
Kristian Michael Matias
44 questions
Total 124 questions
Go to page: of 13