
Answer-first summary for fast verification
Answer: Use Google Cloud Shell in the Google Cloud Console to interact with Google Cloud.
The correct answer is A: Use Google Cloud Shell in the Google Cloud Console to interact with Google Cloud. This option allows you to avoid manually managing the gcloud CLI on multiple workstations. Cloud Shell provides a consistent environment that is always up-to-date and includes the gcloud CLI by default. Since it runs in the cloud, you can access it from any workstation with a web browser, ensuring you have a consistent setup wherever you work.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are a cloud architect managing several projects on Google Cloud. You frequently need to interact with BigQuery, Bigtable, and Kubernetes Engine using the gcloud CLI tool. Given that you travel frequently and work from different workstations throughout the week, you want to avoid the hassle of manually managing the gcloud CLI on each device. What should you do?
A
Use Google Cloud Shell in the Google Cloud Console to interact with Google Cloud.
B
Create a Compute Engine instance and install gcloud on the instance. Connect to this instance via SSH to always use the same gcloud installation when interacting with Google Cloud.
C
Install gcloud on all of your workstations. Run the command gcloud components auto-update on each workstation.
D
Use a package manager to install gcloud on your workstations instead of installing it manually.
No comments yet.