
Answer-first summary for fast verification
Answer: gcloud container clusters create devops1
The correct command to create a container cluster on GCP is `gcloud container clusters create devops1`. It's important to note the syntax order: 'container clusters create' followed by the cluster name. For more details, refer to the [Google Cloud SDK documentation](https://cloud.google.com/sdk/gcloud/reference/container/clusters/create).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are planning to deploy a new cluster named 'devops1' on Google Cloud Platform using the gcloud command-line tool. Your profile is set, and you're authenticated. Which of the following commands correctly deploys the cluster?
A
gcloud container clusters deploy devops1
B
gcloud container cluster create devops1
C
gcloud containers clusters create devops
D
gcloud container clusters create devops1
No comments yet.