
Explanation:
The correct command to create a container cluster on GCP is gcloud container clusters create devops1. This command follows the correct syntax order for creating container clusters. For more details, refer to the Google Cloud SDK documentation.
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. What is the correct command to deploy this cluster? (Select One)
A
gcloud containers clusters create devops
B
gcloud container clusters deploy devops1
C
gcloud container cluster create devops1
D
gcloud container clusters create devops1
No comments yet.