LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

Ultimate access to all questions.


After setting up a GKE cluster named 'devops', you need to obtain authentication credentials to interact with it. Which CLI command correctly achieves this? (Select One)

Real Exam



Explanation:

To interact with your newly created GKE cluster 'devops', you must obtain authentication credentials. This is accomplished using the gcloud command, not kubectl. The correct syntax is gcloud container clusters get-credentials devops, which configures kubectl to use the specified cluster.

Powered ByGPT-5