A developer is trying to deploy a Kubernetes Application into a namespace within a Supervisor Cluster The deployment must utilize the latest assets that have been pushed into the Registry Service.
What should the developer add to the YAML file to ensure that the deployment is successful?
A. image: /
B. template:
C. image:
D. template: /
Which statement describes a characteristic of Supervisor Cluster control plane VMs?
A. Manage the lifecycle of ESXi hosts
B. Are manually created by a vSphere administrator
C. Host developer workloads
D. Run system and infrastructure pods
The virtualization team supports many development teams on a Supervisor cluster. For a specific development team, they would like to limit persistent volumes that can be created on Tanzu Kubernetes clusters to only an NFS based storage array.
Which action should be taken to accomplish this goal?
A. Use kubectl to create a storage class in the Supervisor cluster.
B. Set a resource quota limiting the number of PVCs for that development team.
C. Add a storage policy to that development team's Supervisor Namespace containing only the NFS datastore
D. Disconnect non-NFS datastores from the ESXi hosts that make up the Supervisor cluster.
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 capabilities are associated with vSphere Pod? (Choose two.)
A. Compatibility with vSphere vMotion
B. Compatibility with vSphere performance charts
C. Compatibility with NSX-V Datacenter
D. Compatibility with vSphere HA and DRS
E. Compatibility with Windows and Linux kernels
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
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
Which two considerations needs to be made when deciding on a virtual machine class type during the process of creating a Tanzu Kubernetes cluster? (Choose two )
A. Whether the resources provided by the virtual machine class type should be reserved on the host
B. The configuration parameters which need to be edited in the cluster
C. The amount of CPU. memory, and storage the virtual machine should have
D. Connectivity between the Tanzu Kubernetes cluster and the Subscribed Content Library
E. The storage classes which need to be made available to the cluster
Which kubectl command is used to list al pods in the current active namespace?
A. kubectl get nodes
B. kubectl get pods
C. kubectl get services
D. kubectl list pods