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

List of questions
Question 21

Which command should be used by a developer to log in to the vSphere with Tanzu Supervisor Cluster?
Authenticating Using kubectl
In vSphere with Tanzu, authentication is performed using vCenter Single Sign-On. You run the command kubectl vsphere login to authenticate a user through vCenter Single Sign-On to Kubernetes clusters. kubectl vsphere login --server <kubernetes control plane> -u <username> The --insecure-skip-tls-verify flag is required if the certificate presented by the vSphere with Tanzu control plane is not trusted by the client machine. The control plane is signed by the vCenter Server VMware CA by default. You can replace the control plane certificate with a trusted certificate if needed. Alternatively, install the vCenter Server VMware CA root certificate into your client machine to remove the need for the --insecure-skip-tls-verify flag.
Question 22

Which external load balancer is supported in vSphere 7 U1 using the vSphere networking stack?
When using vSphere with Tanzu with vDS networking, HAProxy provides load balancing for developers accessing the Tanzu Kubernetes control plane, and for Kubernetes Services of Type Load Balancer. Review the possible topologies that you can implement for the HAProxy load balancer.
https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-1F885AAE-92FF-41E6-BF04-0F0FD4173BD9.html
The HAProxy appliance is an open-source solution developed by HAProxy Technologies and chosen by VMware as the first supported open-source load balancer for use with vSphere with Tanzu. With the HAProxy, external network traffic is routed to Kubernetes pods running in the vSphere with Tanzu environment.
Question 23

A user needs to identify the namespaces that may be accessed.
Which command will provide the desired output?
A user can have permissions on multiple namespaces. The kubectl commands are typically actioned against the current active namespace.
View the list of available namespaces: kubectl config get-contexts Change the current active namespace: kubectl config use-context <namespace>
Question 24

What is required to enable Workload Management?
Question 25

Which role should the vSphere administrator apply for the developer?
Question 26

A vSphere administrator is required to provide a developer with read/write permissions on a vSphere Namespace.
Question 27

On which cluster can a Supervisor Namespace be created?
Question 28

Which command provides valid syntax to deploy a vSphere Pod?
Question 29

Which statement describes a characteristic of Supervisor Cluster control plane VMs?
Question 30

The creation of which object by an administrator in the vSphere client automatically results in the creation of a new segment within NSX -T?
Question