
Ultimate access to all questions.
As part of your role as a Google Associate Cloud Engineer, you previously used the gcloud container clusters command to create two Google Kubernetes Engine (GKE) clusters:
When you execute the kubectl get nodes command, it only displays the nodes from the prod-cluster. What specific commands should you execute to verify the node status in the dev-cluster?
A
gcloud container clusters get-credentials dev-cluster kubectl get nodes
B
gcloud container clusters update -generate-password dev-cluster kubectl get nodes
C
kubectl config set-context dev-cluster kubectl cluster-info
D
kubectl config set-credentials dev-cluster kubectl cluster-info