What is a characteristic of a Kubernetes pod?
A Cloud Administrator is troubleshooting a failed Tanzu Kubernetes Grid (TKG) cluster provisioning.
The cluster creation task in the vSphere Client indicates a failure, but the error message is generic. The administrator decides to investigate the specific controller logs on the Supervisor.
Which specific Kubernetes object events should the administrator inspect using kubectl to find the most detailed error messages regarding the infrastructure provisioning (VM cloning, networking) of the TKG cluster nodes?
A VKS Administrator needs to make the "Tanzu Standard" package set (containing packages like Contour and Prometheus) available to a newly provisioned TKG cluster named workload-cluster-1.
Review the following YAML manifest for the repository configuration:
apiVersion: packaging.carvel.dev/v1alpha1
kind: PackageRepository
metadata:
name: tanzu-standard
namespace: tkg-system
spec:
fetch:
imgpkgBundle:
image: projects.registry.vmware.com/tkg/packages/standard/repo:v2.1.0
Which kubectl action correctly applies this configuration to enable package discovery on the cluster?
A Platform Engineer creates a custom Supervisor Service for a proprietary admission controller.
The service definition YAML includes a PreInstall hook.
What is the purpose of this hook?
A Cloud Administrator is planning the Storage Class architecture for a multi-tenant TKG environment.
Each tenant requires:
1. Gold: SSD, High Performance, Deduplication Enabled.
2. Silver: HDD/Hybrid, Low Cost, RAID-5.
How is this mapped in vSphere with Tanzu?