[Q15-Q39] Get New 2023 VMware 2V0-71.21 Exam Dumps Bundle On flat Updated Dumps!

Share

Get New 2023 VMware exam 2V0-71.21 Dumps Bundle On flat Updated Dumps!

Full 2V0-71.21 Practice Test and 55 unique questions with explanations waiting just for you, get it now!

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

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

Answer: D


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

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

Answer: A


NEW QUESTION # 17
Which two roles are required to attach clusters in Tanzu Mission Control? (Choose two.)

  • A. cluster.admin
  • B. clustergroup.attach.admin
  • C. clusters.admin
  • D. cluster.attach.admin
  • E. clustergroup.edit

Answer: A,E


NEW QUESTION # 18
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. Container volumes in vSphere Client.
  • B. vSAN Data Store in ESXi Host Client.
  • C. Get the status of the pods vis kubectl.
  • D. Describe the StorafeClass via kubectl.

Answer: C


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

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

Answer: B,E


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

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

Answer: C


NEW QUESTION # 21
Which two options are supported use of Content Library in VMware vSphere with Tanzu? (Choose two.)

  • A. Subscribed Content Library requires internet connectivity
  • B. Download manually via Content Library
  • C. Local Content Library requires internet connectivity
  • D. Subscribed Content Library for Air-Gapped Deployment
  • E. Local Content Library for Air-Gapped Deployment

Answer: B,E


NEW QUESTION # 22
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. Audit is enabled by default on every Tanzu cluster
  • C. Edit /etc/kubernetes/audit-policy.yaml and set ENABLE_AUDIT variable to '1' on master node
  • D. Run systemctl start auditd && systemctl enable auditd on master node

Answer: A

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


NEW QUESTION # 23
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 Tanzu Kubernetes Grid workload clusters with different Kubernetes versions.
  • C. Deploy three different management clusters with different Kubernetes versions.
  • D. Create three different pods for each application.

Answer: C


NEW QUESTION # 24
How are Tanzu Kubernetes clusters upgraded?

  • A. In-place upgrade for each node
  • B. Rolling upgrades
  • C. Deploy a new cluster with upgraded Kubernetes release
  • D. Clusters are only upgraded offline

Answer: B


NEW QUESTION # 25
Which log file can be used for troubleshooting when there is a problem with Workload Control Plane (WCP) deployment?

  • A. wcpsvc.log
  • B. vpxd.log
  • C. websso.log
  • D. sps.log

Answer: A


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

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

Answer: B


NEW QUESTION # 27
What is the command to find out the available node base operating system images?

  • A. kubectl cluster-info
  • B. kubectl get virtualmachineclasses
  • C. kubectl get virtualmachineimages
  • D. kubectl get nodes

Answer: D


NEW QUESTION # 28
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. Run the conformance testing by selecting a workspace group that all the cluster namespaces belong to
  • C. Run the conformance testing by selecting a cluster group that all the clusters belong to
  • D. Conformance testing can be run on the cluster level, repeat this task for all the clusters

Answer: C


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

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

Answer: A,C


NEW QUESTION # 30
Which upgrade method can be used for an 'in-place' Kubernetes update?

  • A. Change the VirtualMachineClass on a Tanzu Kubernetes cluster
  • B. Change the StorageClass on a Tanzu Kubernetes cluster
  • C. Run "kubectl patch" command against a Tanzu Kubernetes cluster
  • D. Change the number of control plane nodes

Answer: C


NEW QUESTION # 31
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. Deploy three different Tanzu Kubernetes Grid workload clusters with different Kubernetes versions.
  • D. Create three different pods for each application.

Answer: C

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 # 32
Which component can intercept requests to the Kubernetes API?

  • A. RBAC Authorization
  • B. Admission Controllers
  • C. Pod Security Policies
  • D. Network Policy

Answer: B


NEW QUESTION # 33
Which is the correct statement describing the characteristic of a pod?

  • A. Pod is the smallest entity managed by Docker.
  • B. Containers in a pod start and stop together.
  • C. Pod is deployed directly on the virtual machine.
  • D. Pod can contain only one container.

Answer: B


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

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

Answer: B


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

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

Answer: A


NEW QUESTION # 36
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 vSphere Pod per application
  • B. Use dedicated Supervisor Cluster per application
  • C. Use dedicated vSphere Namespace per application
  • D. Use dedicated Kubernetes Deployments per each 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 # 37
What is the period of time to consider DISCONNECTED state for a cluster in Tanzu Mission Control?

  • A. 3 minutes
  • B. 2 minutes
  • C. 1 minute
  • D. 5 minutes

Answer: A


NEW QUESTION # 38
What are the infrastructure services prerequisites to enable Tanzu in vSphere? (Choose all that apply.)

  • A. Firewall
  • B. DHCP
  • C. DNS
  • D. Active directory
  • E. NTP

Answer: B,C,E


NEW QUESTION # 39
......

Reduce Your Chance of Failure in 2V0-71.21 Exam: https://pass4sure.exam-killer.com/2V0-71.21-valid-questions.html