A Cloud Administrator is tasked with resolving a complex "Split-Brain" scenario in a Zonal Supervisor deployment following a storage outage in Zone-B.
Context:
The Supervisor spans Zone-A, Zone-B, and Zone-C. A storage array failure in Zone-B caused the Supervisor Control Plane VM in that zone to become isolated and read-only. The outage is now resolved, but the Supervisor status remains Warning. TKG clusters in Zone-B are unreachable.
Review the following diagnostic data from the Supervisor:
# kubectl get nodes -L topology.kubernetes.io/zone
NAME STATUS ROLES ZONE
42018c-supervisor-control-plane-0 Ready master Zone-A
42018c-supervisor-control-plane-1 NotReady master Zone-B
42018c-supervisor-control-plane-2 Ready master Zone-C
# kubectl get etcd -n kube-system
NAME STATUS HEALTH
etcd-0 Healthy true
etcd-1 Unhealthy false <-- Corresponds to Zone-B node
etcd-2 Healthy true
The administrator determines that the etcd member in Zone-B has diverged and cannot automatically rejoin the quorum.
What is the correct recovery procedure to restore full health to the Supervisor? (Choose 2.)
A Security Operations Analyst is reviewing the isolation boundaries for a multi-tenant financial application. The security policy mandates "Strong Isolation" where the container runtime must not share the host kernel directly, and the workload must be encapsulated in a distinct security boundary with a separate IP stack.
Review the following architectural options:
1. Containers running in a shared TKG Cluster (Docker/containerd runtime)
2. vSphere Pods running on the Supervisor
How does the vSphere Pod architecture meet this specific "Strong Isolation" requirement compared to standard containers in a VM? (Choose 2.)
A VI Administrator attempts to upgrade the Supervisor Cluster but the option to upgrade is grayed out or unavailable in the vSphere Client, even though a new version is known to be available.
Which of the following are valid reasons for this state? (Select all that apply.)
A Platform Engineer observes that a TKG cluster upgrade has failed with the status Condition:
Incompatible. The error message indicates that the VirtualMachineClass referenced in the cluster YAML (guaranteed-large-v1) is no longer available in the namespace.
The administrator realizes that the guaranteed-large-v1 class was recently removed from the Namespace configuration in favor of guaranteed-large-v2.
How should the engineer recover the cluster and complete the upgrade? (Select all that apply.)
A Security Architect is configuring the External DNS Supervisor Service to automatically manage DNS records for TKG workloads.
The environment uses Infoblox.
Which piece of information is critical to provide in the external-dns configuration (Values YAML) to allow it to securely update the DNS server?