試験問題解答ブレーン問題集で2V0-71.21試験問題集PDF問題 [Q27-Q51]

Share

試験問題解答ブレーン問題集で2V0-71.21試験問題集PDF問題

無料ダウンロードVMware 2V0-71.21リアル試験問題


VMware 2V0-71.21 認定試験は、アプリケーション近代化プロジェクトに関わる IT 専門家にとって貴重な資格として、多くの組織に認められています。雇用主は、この認定資格を持つ個人を探しており、現代的なアプリケーション開発や配信のプラクティスに必要なスキルと知識を持っていることを示しているため、個人のキャリアを進め、組織内でより難しい役割を引き受けるのに役立ちます。

 

質問 # 27
Which prerequisite must be configured before starting the Tanzu workload management enablement wizard?

  • A. Tanzu Mission Control
  • B. Storage policy
  • C. Tanzu Build Service
  • D. Content library

正解:D


質問 # 28
Which option of Tanzu Mission Control is used to manage namespaces within and across clusters?

  • A. Workgroup
  • B. Workspaces
  • C. Workloads
  • D. Workhome

正解:B


質問 # 29
How is the Tanzu Kubernetes Grid (TKG) management cluster created?

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

正解:D


質問 # 30
Which access policy control is used in Tanzu Mission Control?

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

正解:C


質問 # 31
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 IngressController
  • C. Change type to AntreaCni
  • D. Change type to HostPort
  • E. Change type to LoadBalancer

正解:A、E

解説:
https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#exposing-the-service


質問 # 32
What is the command to find out the available node base operating system images?

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

正解:B


質問 # 33
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. Run systemctl start auditd && systemctl enable auditd on master node
  • D. Audit is enabled by default on every Tanzu cluster

正解:A

解説:
Reference:
%20auditing%20on,on%20the%20control%20plane%20node


質問 # 34
What is the command to recognize a cluster in a disconnected state to Tanzu Mission Control?

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

正解:D

解説:
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.


質問 # 35
Choose two supported functionalities when enabling Workload Management with a VMware vSphere Distributed Switch? (Choose two.)

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

正解:A、B


質問 # 36
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. parameters
  • B. type
  • C. name
  • D. provisioner

正解:D


質問 # 37
Which Tanzu Mission Control role provides the typical service usage for most members in an organization?

  • A. Service Member
  • B. Service Collaborator
  • C. Service Owner
  • D. Service Admin

正解:A


質問 # 38
Which two inspections are supported in Tanzu Mission Control? (Choose two.)

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

正解:A、E


質問 # 39
A Tanzu Mission Control administrator would like to enforce the following container controls:
Require Digest.
Name-Tag Allowlist.
To which type of policies do these controls belong to?

  • A. Security
  • B. Registry
  • C. Access
  • D. Network

正解:B


質問 # 40
Which tools are required to be installed on your local machine before installing TKG extensions?

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

正解:C


質問 # 41
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 OIDC
  • B. Dex with Local Authentication
  • C. Dex with OpenLDAP
  • D. Dex with Active Directory
  • E. Dex with LDAP

正解:A、E


質問 # 42
Which option provides a configuration blueprint to deploy Tanzu Kubernetes clusters?

  • A. Tanzu Kubernetes Grid Installer
  • B. Tanzu Kubernetes Cluster Plan
  • C. Tanzu Kubernetes Cluster Spec
  • D. Tanzu ClusterAPI Provider

正解:B

解説:
Reference:
A cluster plan is a blueprint that describes the configuration with which to deploy a Tanzu Kubernetes cluster. It provides a set of configurable values that describe settings like the number of control plane machines, worker machines, VM types, and so on.


質問 # 43
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

正解:A


質問 # 44
What are two ClusterAPI providers being used in Tanzu Kubernetes Grid? (Choose two.)

  • A. CAPZ
  • B. CAP
  • C. CAPA
  • D. CAPV
  • E. CAPW

正解:C、D


質問 # 45
What role is used to run cluster inspection on Tanzu Mission Control console?

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

正解:B


質問 # 46
An administrator was asked to run a conformance testing on all Kubernetes clusters managed by Tanzu Mission Control.
What are the required steps?

  • A. Conformance testing can be run on the cluster level, repeat this task for all the clusters
  • 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. Apply a label to all the clusters and select the label when running the conformance testing

正解:C


質問 # 47
Which method is supported to change Kubernetes version for Tanzu Kubernetes clusters on VMware vSphere with Tanzu?

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

正解:D


質問 # 48
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 upgrade cluster <cluster_name> --version <version>
  • C. tkg upgrade cluster <cluster_name> --kubernetes-version <version>
  • D. tkg cluster upgrade <cluster_name> --k8s-version <version>

正解:C


質問 # 49
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, launch the Harbor installation wizard.
  • C. Deploy a management cluster and install Tanzu Kubernetes Grid extensions.
  • D. Deploy a management cluster, download and install the TKG extensions and Carvel tools.

正解:D


質問 # 50
Which two roles are required to attach clusters in Tanzu Mission Control? (Choose two.)

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

正解:A、C


質問 # 51
......

最新のVMware 2V0-71.21リアル試験問題集PDF:https://jp.fast2test.com/2V0-71.21-premium-file.html

2V0-71.21試験問題集、2V0-71.21練習テスト問題:https://drive.google.com/open?id=1M2kqhYqMMguJld4YC02kp5g5eNviqe-Q


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어