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)
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.