
Answer-first summary for fast verification
Answer: gcloud components install kubectl
The correct command is `gcloud components install kubectl`. This command is essential for interacting with GCP resources to create and manage Kubernetes clusters. `kubectl`, the Kubernetes command-line tool, is then used to execute commands against Kubernetes clusters on GKE.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
After downloading the SDK kit from Google, you're ready to manage containers on GKE using gcloud. Which command should you use to install kubectl in the CLI?
A
gcloud components kubectl install
B
gcloud components install components kubernetes
C
gcloud components install components kubectl
D
gcloud components install kubectl
No comments yet.