[2023] Pass 2V0-71.21 Exam - Real Questions & Answers [Q15-Q38]

Share

[2023] Pass 2V0-71.21 Exam - Real Questions and Answers

2V0-71.21 Exam Questions Get Updated [2023] with Correct Answers

NEW QUESTION 15
Refer to the exhibit.

A developer deployed nginx with 2 replicas on a new Tanzu Kubernetes Grid cluster, but the deployment did not move to a ready state.
What is the next step to troubleshoot?

  • A. kubectl describe pods
  • B. kubectl get pods
  • C. kubectl describe replicasets
  • D. kubectl get errors

Answer: A

 

NEW QUESTION 16
Which access policy control is used in Tanzu Mission Control?

  • A. Role-based access control
  • B. Active Directory access control
  • C. vCenter Server access control
  • D. Attribute-based access control

Answer: A

 

NEW QUESTION 17
Which storage provider is available in Tanzu Mission Control for Data Protection?

  • A. Google
  • B. Local Storage
  • C. AWS
  • D. Any S3 compatible Storage

Answer: D

 

NEW QUESTION 18
Which two inspections are supported in Tanzu Mission Control? (Choose two.)

  • A. Security Inspection
  • B. CIS Benchmark Inspection
  • C. Conformance Inspection
  • D. SAST Inspection
  • E. Vulnerability Inspection

Answer: B,C

 

NEW QUESTION 19
Refer to the exhibit.

Which two options can be modified in order to expose nginx app using Ingress Controller? (Choose two.)

  • A. Change type to NodePort
  • B. Change type to AntreaCni
  • C. Change type to LoadBalancer
  • D. Change type to HostPort
  • E. Change type to IngressController

Answer: D,E

 

NEW QUESTION 20
Select the tkg cli command below that provides valid syntax for scaling a Tanzu Kubernetes Grid cluster:

  • A. tkg scale cluster_name --cp-machine-count 5 --node-count 10
  • B. tkg scale cluster cluster_name --cp-machine-count 5 --node-count 10
  • C. tkg scale cluster cluster_name --controlplane-machine-count 5 --worker-machine-count 10
  • D. tkg scale cluster_name --controlplane-machine-count 5 --worker-machine-count 10

Answer: C

 

NEW QUESTION 21
Which step must be taken to enable Kubernetes auditing on a Tanzu Kubernetes cluster?

  • A. Set the ENABLE_AUDIT_LOGGING variable to 'true' before deploying the cluster
  • B. Edit /etc/kubernetes/audit-policy.yaml and set ENABLE_AUDIT variable to '1' on master node
  • C. Audit is enabled by default on every Tanzu cluster
  • D. Run systemctl start auditd && systemctl enable auditd on master node

Answer: A

Explanation:
Reference:
%20auditing%20on,on%20the%20control%20plane%20node

 

NEW QUESTION 22
What us the definition of Tanzu Kubernetes Grid Instance?

  • A. Management cluster and kubeadm
  • B. Management cluster and Tanzu Kubernetes clusters
  • C. Management cluster and Tanzu Build Service
  • D. Management cluster and Tanzu Operations

Answer: B

 

NEW QUESTION 23
On VMware vSphere with Tanzu, which attribute identifies the etcd Leader node using the vSphere Client?

  • A. amount of memory resources
  • B. number of Networks
  • C. amount of compute resources
  • D. number of IP addresses

Answer: D

 

NEW QUESTION 24
Which role is required to enable data protection in Tanzu Mission Control?

  • A. cluster.edit
  • B. clusters.admin
  • C. cluster.admin
  • D. cluster.manage

Answer: C

 

NEW QUESTION 25
An architect is designing the infrastructure for multiple applications and needs to ensure isolation and control over resources and permissions assigned to each application team.
Which is the easiest and least expensive way to satisfy these requirements?

  • A. Use dedicated Kubernetes Deployments per each application
  • B. Use dedicated vSphere Pod per application
  • C. Use dedicated vSphere Namespace per application
  • D. Use dedicated Supervisor Cluster per application

Answer: C

Explanation:
The dedicated namspace per application ensure isolation and control over resources and permissions in each application team. Namespace is unique entity that is why it can be used to manage resources independently.

 

NEW QUESTION 26
What role is used to run cluster inspection on Tanzu Mission Control console?

  • A. Cluster.edit role
  • B. Credential.admin role
  • C. Credential.view role
  • D. Create role

Answer: A

 

NEW QUESTION 27
What is the command to recognize a cluster in a disconnected state to Tanzu Mission Control?

  • A. tmc cluster configure -n < cluster_name> -k </path/to/kubeconfig>
  • B. tmc configure cluster -n < cluster_name> -k </path/to/kubeconfig>
  • C. tmc join cluster -n < cluster_name> -k </path/to/kubeconfig>
  • D. tmc cluster reattach -n < cluster_name> -k </path/to/kubeconfig>

Answer: D

Explanation:
The cluster reattach command needs to see the status of tanzu mission control before reattaching a cluster. The probe can show the disconnected state of a cluster in tanzu mission control.

 

NEW QUESTION 28
What is the default authentication implemented in Tanzu Kubernetes Grid?

  • A. kube-oidc-proxy
  • B. Keycloak
  • C. Dex & Gangway
  • D. Vault

Answer: D

 

NEW QUESTION 29
Which command is used to upgrade a Tanzu Kubernetes Grid Cluster (TKG) to a different kubernetes version?

  • A. tkg cluster upgrade <cluster_name> --k8s-version <version>
  • B. tkg upgrade cluster <cluster_name> --version <version>
  • C. tkg upgrade cluster <cluster_name> --kubernetes-version <version>
  • D. tkg cluster upgrade <cluster_name> --kubernetes-version <version>

Answer: C

 

NEW QUESTION 30
How is the Tanzu Kubernetes Grid (TKG) management cluster created?

  • A. The administrator creates the management cluster in vCenter.
  • B. Download the kubernetes management agent.
  • C. The TKG CLI creates a temporary bootstrap cluster.
  • D. There is no need for a management cluster in Tanzu Kubernetes Grid.

Answer: C

 

NEW QUESTION 31
What are the pre-requisites for installing the Harbor registry in Tanzu Kubernetes Grid (TKG)?

  • A. Deploy a management cluster, download and install the TKG extensions and Carvel tools.
  • B. Deploy a management cluster and install Tanzu Kubernetes Grid extensions.
  • C. Install Harbor helm from vCenter.
  • D. Deploy a management cluster, launch the Harbor installation wizard.

Answer: A

 

NEW QUESTION 32
Under Menu, which section to enable Tanzu Kubernetes Cluster in VMware vSphere for Tanzu on vSphere Client?

  • A. Hosts and Cluster
  • B. VMs and Templates
  • C. Workload Management
  • D. Content Libraries

Answer: C

 

NEW QUESTION 33
After successfully configuring vSphere Container Storage Interface (CSI), what is the path an administrator can follow to view the status of the container volumes?

  • A. Describe the StorafeClass via kubectl.
  • B. vSAN Data Store in ESXi Host Client.
  • C. Get the status of the pods vis kubectl.
  • D. Container volumes in vSphere Client.

Answer: C

 

NEW QUESTION 34
Which method is supported to change Kubernetes version for Tanzu Kubernetes clusters on VMware vSphere with Tanzu?

  • A. Upgrade by incremental Kubernetes version e.g. 1.17 to 1.18
  • B. Upgrade by skipping Kubernetes version e.g. 1.16 to 1.18
  • C. Change the major version, e.g. from v1.18 to v2.0
  • D. Decrease Kubernetes version e.g. 1.18 to 1.17

Answer: A

 

NEW QUESTION 35
Which tools are required to be installed on your local machine before installing TKG extensions?

  • A. kapp, kbld, ytt
  • B. kbld, kapp, jq
  • C. ytt, kubens, jq, whoami
  • D. ytt, yq, certgen, openssl

Answer: A

 

NEW QUESTION 36
Choose two supported functionalities when enabling Workload Management with a VMware vSphere Distributed Switch? (Choose two.)

  • A. NSX Advanced Load Balancer
  • B. Tanzu Kubernetes clusters
  • C. NSX Load Balancer
  • D. vSphere Pods
  • E. Embedded Harbor Registry

Answer: B,E

 

NEW QUESTION 37
......

Practice 2V0-71.21 Questions With Certification guide Q&A from Training Expert DumpsTorrent: https://www.dumpstorrent.com/2V0-71.21-exam-dumps-torrent.html

Free VMware 2V0-71.21 Test Practice Test Questions Exam Dumps: https://drive.google.com/open?id=1ixGG17kRwLAVEYbbRGgD_3LnXKJIMJfm