A user needs to identify the namespaces that may be accessed.
Which command willprovide the desired output?
A. kubect1 get storageclasses
B. kubect1 config use-context
C. kubect1 config get-contexts
D. kubect1 get contexts
Which two container network interfaces (CNIs) are supported with Tanzu Kubernetes clusters created by the Tanzu Kubernetes Grid Service? (Choose two )
A. NSX-T
B. Weave Net
C. Flannel
D. Antrea
E. Calico
What is required to enable Workload Management?
A. vSphere Distributed Switch
B. Windows Network Load Balancer
C. Github repository
D. NSX-V
Which open-source project extends the Docker registry source code to provide an enterprise-class registry server?
A. Namespace
B. Manifest
C. Harbor
D. Github
Which command provides valid syntax to deploy a vSphere Pod?
A. tkg apply -c containerName
B. docker run containerName
C. kubectl apply -c deployment.yaml
D. kubectl apply -t deployment.yaml
Which vSphere with Tanzu Workload Network topology provides Layer 2 isolation between Tanzu Kubernetes clusters across namespaces when vSphereDistributed Switches are used?
A. A dedicated Primary Workload Network for the Supervisor Cluster control plane VMs and separate Workload Networks for each namespace A dedicated Primary
B. Workload Network for the Supervisor Cluster control plane VMs and a single Workload Network for namespaces
C. A single Workload Network for the Supervisor Cluster control plane VMs and Tanzu Kubernetes clusters
D. Distributed firewall rules to isolate namespaces
An administrator working in a vSphere with Tanzu environment wants to ensure that all persistent volumes configured by developers within a namespace are placed on a defined subset of datastores The administrator has applied tags to the required datastores in the vSphere Client
Which action should the administrator take next to meet the requirement?
A. Create a storage policy containing the tagged datastores. and apply it to the vSphere Namespace.
B. Create a storage class containing the tagged datastores. and apply it to the Supervisor Cluster
C. Create a persistent volume claim containing the tagged datastores, and apply it to the vSphere Namespace.
D. Create a storage Policy containing the tagged datastores. and apply it to the Supervisor Cluster.
How do Tanzu Kubemetes clusters communicate with Storage Policy Based Management to request PersistentVolumes?
A. Through a proxy VM
B. Directly with vCenter Server and the underlying ESXi hosts
C. Through the Supervisor Cluster
D. Directlywith the vCenter Server
On which cluster can a Supervisor Namespace be created?
A. A Tanzu Kubernetes Grid Integrated cluster
B. A vSphere 7 cluster enabled with Workload Management
C. A Tanzu Kubernetes cluster
D. A vSphere 6.7 cluster enabled with Workload Management
A development team has deployed a Tanzu Kubernetes cluster and would like to verify the version of Kubernetes that is running. Which command will show this information?
A. kubect1 describe tkc dev-cluster
B. kubect1 explain tkg dev-cluster
C. kubect1 get version
D. kubect1 get vm dev-cluster