Guaranteed High Marks with Updated & Real 2V0-71.21 Dumps pdf Free Updates
PASS RATE VCP-AM 2021 2V0-71.21 Certified Exam DUMP
NEW QUESTION # 23
What is the MINIMUM required version of vSphere to install Tanzu Kubernetes Grid?
- A. 6.5 Update 2
- B. 6.0 Update 1
- C. 6.7 Update 3
- D. 6.7 Update 1
Answer: C
NEW QUESTION # 24
What is a standard solution for a Kubernetes administrator to implement pod security?
- A. Add check for validating YAML
- B. Use trusted corporate repository
- C. OPA
- D. iptables
Answer: C
Explanation:
https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.6/vmware-tanzu-kubernetes-grid-16/GUID-security-compliance.html?hWord=N4IghgNiBcIA4HsAmACAzgUwMYFcBOAlgC4CeIAvkA
NEW QUESTION # 25
What are two ClusterAPI providers being used in Tanzu Kubernetes Grid? (Choose two.)
- A. CAPZ
- B. CAPW
- C. CAPV
- D. CAPA
- E. CAP
Answer: A,D
NEW QUESTION # 26
To configure a cluster with user authentication in Tanzu Kubernetes Grid (TKG), which options are needed to deploy Dex on a management cluster running on vSphere? (Choose two.)
- A. Dex with LDAP
- B. Dex with Local Authentication
- C. Dex with OIDC
- D. Dex with OpenLDAP
- E. Dex with Active Directory
Answer: A,C
NEW QUESTION # 27
Which Tanzu Mission Control role provides the typical service usage for most members in an organization?
- A. Service Owner
- B. Service Member
- C. Service Collaborator
- D. Service Admin
Answer: B
NEW QUESTION # 28
What is the command to recognize a cluster in a disconnected state to Tanzu Mission Control?
- A. tmc configure cluster -n < cluster_name> -k </path/to/kubeconfig>
- B. tmc cluster configure -n < cluster_name> -k </path/to/kubeconfig>
- C. tmc cluster reattach -n < cluster_name> -k </path/to/kubeconfig>
- D. tmc join cluster -n < cluster_name> -k </path/to/kubeconfig>
Answer: C
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 # 29
Which component can intercept requests to the Kubernetes API?
- A. RBAC Authorization
- B. Network Policy
- C. Pod Security Policies
- D. Admission Controllers
Answer: D
NEW QUESTION # 30
Refer to the exhibit.
In the following StorageClass manifest, which field is used to specify the Volume Plugin driver used for underlying storage array?
- A. name
- B. parameters
- C. provisioner
- D. type
Answer: C
NEW QUESTION # 31
What are two ClusterAPI providers being used in Tanzu Kubernetes Grid? (Choose two.)
- A. CAPW
- B. CAPV
- C. CAPZ
- D. CAPA
- E. CAP
Answer: B,D
NEW QUESTION # 32
An administrator was asked to run a conformance testing on all Kubernetes clusters managed by Tanzu Mission Control.
What are the required steps?
- A. Apply a label to all the clusters and select the label when running the conformance testing
- B. Conformance testing can be run on the cluster level, repeat this task for all the clusters
- C. Run the conformance testing by selecting a cluster group that all the clusters belong to
- D. Run the conformance testing by selecting a workspace group that all the cluster namespaces belong to
Answer: C
NEW QUESTION # 33
Which tools are required to be installed on your local machine before installing TKG extensions?
- A. ytt, yq, certgen, openssl
- B. kapp, kbld, ytt
- C. kbld, kapp, jq
- D. ytt, kubens, jq, whoami
Answer: B
NEW QUESTION # 34
Which two options are supported use of Content Library in VMware vSphere with Tanzu? (Choose two.)
- A. Download manually via Content Library
- B. Subscribed Content Library requires internet connectivity
- C. Local Content Library requires internet connectivity
- D. Subscribed Content Library for Air-Gapped Deployment
- E. Local Content Library for Air-Gapped Deployment
Answer: A,E
NEW QUESTION # 35
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 get errors
- D. kubectl describe replicasets
Answer: A
NEW QUESTION # 36
Under Menu, which section to enable Tanzu Kubernetes Cluster in VMware vSphere for Tanzu on vSphere Client?
- A. VMs and Templates
- B. Workload Management
- C. Hosts and Cluster
- D. Content Libraries
Answer: B
NEW QUESTION # 37
Which tool is required to install extensions in Tanzu Kubernetes Grid clusters?
- A. kubectx
- B. knative
- C. ytt
- D. k9s
Answer: C
NEW QUESTION # 38
What command would an administrator use to upgrade the Tanzu Management Cluster?
- A. apt-get install -y kubeadm
- B. tkg upgrade management-cluster
- C. tanzu-upgrade-mgt
- D. tkg management-upgrade
Answer: B
NEW QUESTION # 39
Refer to the exhibit.
In the following StorageClass manifest, which field is used to specify the Volume Plugin driver used for underlying storage array?
- A. name
- B. parameters
- C. provisioner
- D. type
Answer: C
NEW QUESTION # 40
An administrator needs to deploy the infrastructure for three applications that are being developed. It is required to provide different Kubernetes version for each application.
Which approach satisfies these requirements?
- A. Create three different namespaces for each application.
- B. Deploy three different management clusters with different Kubernetes versions.
- C. Create three different pods for each application.
- D. Deploy three different Tanzu Kubernetes Grid workload clusters with different Kubernetes versions.
Answer: D
Explanation:
The cluster dedicates what version is required and since all Applications that are being developed require different versions that you need (3) TKG Workload Clusters.
NEW QUESTION # 41
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 IngressController
- B. Change type to HostPort
- C. Change type to AntreaCni
- D. Change type to NodePort
- E. Change type to LoadBalancer
Answer: D,E
Explanation:
https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#exposing-the-service
NEW QUESTION # 42
Which is the correct option to forward logs from Tanzu Kubernetes Grid clusters to Elastic, Kafka, Splunk or an HTTP endpoint?
- A. No action is required. Tanzu Kubernetes Grid automatically forwards the logfiles to syslog.
- B. Deploy the fluent bit plugin to vRealize Log Insight
- C. Use the kubectl get logs command to forward the logs
- D. Deploy Fluent Bit to forward the logs
Answer: D
NEW QUESTION # 43
Which prerequisite must be configured before starting the Tanzu workload management enablement wizard?
- A. Tanzu Build Service
- B. Content library
- C. Tanzu Mission Control
- D. Storage policy
Answer: B
NEW QUESTION # 44
Which command is used to upgrade a Tanzu Kubernetes Grid Cluster (TKG) to a different kubernetes version?
- A. tkg cluster upgrade <cluster_name> --kubernetes-version <version>
- B. tkg cluster upgrade <cluster_name> --k8s-version <version>
- C. tkg upgrade cluster <cluster_name> --kubernetes-version <version>
- D. tkg upgrade cluster <cluster_name> --version <version>
Answer: C
NEW QUESTION # 45
Which option of Tanzu Mission Control is used to manage namespaces within and across clusters?
- A. Workgroup
- B. Workhome
- C. Workloads
- D. Workspaces
Answer: D
NEW QUESTION # 46
What is the advantage of connecting the Tanzu Kubernetes Grid (TKG) CLI to a vSphere with Tanzu Supervisor Cluster?
- A. Tanzu Kubernetes clusters can be managed with vCenter Server Graphical User Interface console.
- B. Kubernetes objects can be created via vCenter Server VAMI interface.
- C. Tanzu Kubernetes clusters can be deployed to vSphere with Tanzu and manage their lifecycle directly from the TKG CLI.
- D. Tanzu Kubernetes clusters can be managed with ESXi Host Client.
Answer: C
NEW QUESTION # 47
......
The VMware 2V0-71.21 certification exam is designed for IT professionals who want to validate their skills and knowledge in modernizing applications using VMware technologies. This exam is designed to test your ability to deploy, configure, and manage VMware Tanzu Kubernetes Grid solutions in a production environment. It also evaluates your knowledge of application modernization concepts, such as microservices architecture, container orchestration, and DevOps practices.
The exam comprises 70 multiple-choice questions that must be completed within 105 minutes. To pass the exam, candidates must score a minimum of 300 out of 500. The exam is available in English and Japanese and can be taken online or at a Pearson VUE testing center.
Best 2V0-71.21 Exam Preparation Material with New Dumps Questions: https://www.realvce.com/2V0-71.21_free-dumps.html
Updates For the Latest 2V0-71.21 Free Exam Study Guide!: https://drive.google.com/open?id=1aGDafK7UBIysGtazuboqBCsuFbs5RCsV