
Explanation:
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.
Ultimate access to all questions.
No comments yet.
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