5V0-23.20 · Question #25
A developer is connecting to a Tanzu Kubernetes Cluster using the kubectl vsphere login command. Which information must be specified, in addition to both the name of the cluster and the Supervisor…
The correct answer is D. The name of the Supervisor Namespace and the SSO Username. To connect to the Supervisor Cluster, run the following command. kubectl vsphere login -- server=SUPERVISOR-CLUSTER-CONTROL-PLANE-IP --tanzu-kubernetes-cluster-name TANZU-KUBERNETES-CLUSTER-NAME --tanzu-kubernetes-cluster-namespace SUPERVISOR-NAMESPACE-WHERE-THE-CLUSTER-IS…
Question
A developer is connecting to a Tanzu Kubernetes Cluster using the kubectl vsphere login command. Which information must be specified, in addition to both the name of the cluster and the Supervisor Cluster Control Wane IP?
Options
- AThe path to the existing kubeconfig file and the SSO Username
- BThe path to the existing kubeconfig file and the Token D for the SSO credentials
- CThe name of the Supervisor Namespace and the Token ID for the SSO credentials
- DThe name of the Supervisor Namespace and the SSO Username
How the community answered
(13 responses)- A15% (2)
- C8% (1)
- D77% (10)
Explanation
To connect to the Supervisor Cluster, run the following command. kubectl vsphere login -- server=SUPERVISOR-CLUSTER-CONTROL-PLANE-IP --tanzu-kubernetes-cluster-name TANZU-KUBERNETES-CLUSTER-NAME --tanzu-kubernetes-cluster-namespace SUPERVISOR-NAMESPACE-WHERE-THE-CLUSTER-IS- DEPLOYED --vsphere-username VCENTER-SSO-USER-NAME kubectl vsphere login --server=10.92.42.137 --tanzu-kubernetes-cluster-name tanzu-kubernetes-cluster-01 --tanzu-kubernetes-cluster-namespace tanzu-ns-1 --vsphere-username [email protected]
Topics
Community Discussion
No community discussion yet for this question.