Which command should be used by a developer to log in to the vSphere with Tanzu Supervisor Cluster?
A. vmwarectl login --server-
B. kubectl vsphere login --server=
C. vmwarectl vsphere login --server--
D. kubectl login --server=
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.
Which command will show the Tanzu Kubernetes cluster versions available in the vSphere content library?
A. kubect1 get rc,services
B. kubect1 get contentlibrary
C. kubect1 get tanzukubernetesreleases
D. kubect1 get tanzuimages
Which process should be used to upgrade the vSphere with Tanzu Supervisor Cluster?
A. Use the vSphere Client, navigate to Workload Management, and apply updates.
B. Use kubectl, and apply an update manifest specification to the Supervisor Cluster.
C. Use the vSphere Client, navigate to vSphere lifecycle Manager, and apply updates
D. Allow vSphere with Tanzu Supervisor Cluster to upgrade automatically when new versions are available.
An administrator is tasked with increasing the amount of CPU and memory in an existing Tanzu Kubernetes cluster.
Which change must the administrator complete to ensure the cluster scales successfully when updating the YAML definition?
A. Manually update the CPU and memory of the nodes
B. Update the Virtual Machine Class Type
C. Increase the number of worker nodes
D. Increase the number of control plane nodes
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
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
An organization is preparing to deploy vSphere with Tanzu and will be using the vSphere Networking stack.
How should the administrator allocate management network IP addresses for the Kubernetes Control Plane within the Supervisor Cluster?
A. Five IP addresses are required, one for each of the Control Plane VMs. one for the floating IP address of the Control Plane VM, and one spare for performing rolling cluster upgrades
B. Four f3 addresses are required, one for each of the Control Plane VMs and one spare for performing rolling cluster upgrades
C. Three P addresses are required, one for each of the Control Plane VMs
D. Six IP addresses are required, one for each of the Control Plane VMs, one for the floating IP address of the Control Plane VM. one for performing rolling cluster upgrades and one for the image Registry VM.
Why would an organization set up private image registries?
A. Role-based access control can be assigned by integrating the image registry with user identity management.
B. DevOps engineers are able to store virtual machine images in a central location.
C. Open source registry server projects enable organizations to modify them as necessary.
D. Public image registries lack enterprise support.
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