Topic 1 Question 182
You are managing several projects on Google Cloud and need to interact on a daily basis with BigQuery, Bigtable, and Kubernetes Engine using the gcloud CL tool. You are travelling a lot and work on different workstations during the week. You want to avoid having to manage the gcloud CLI manually. What should you do?
Use Google Cloud Shell in the Google Cloud Console to interact with Google Cloud.
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.
Install gcloud on all of your workstations. Run the command gcloud components auto-update on each workstation
Use a package manager to install gcloud on your workstations instead of installing it manually.
解説
Reference: https://cloud.google.com/sdk/gcloud
ユーザの投票
コメント(6)
- 正解だと思う選択肢: A
First discard: C / D are totally not it. Since they will do so much work and it says "do not want to manage gcoud CLI manually" Then B is not a good cost option, besides at the end you are managing your gcloud cli manually. So A is the only left correct answer. It even saves your $HOME files.
👍 7alexandercamachop2022/09/12 - 正解だと思う選択肢: A
If you're using Cloud Shell, the gcloud CLI is available automatically and you don't need to install it. commadn gcloud components auto-update doesn't exist but the command gcloud components update ensure that you are using updated version of your components.
👍 4kiappy812022/09/05 - 正解だと思う選択肢: A
A is the correct solution, as the only requirement for your workstation is to have a browser installed.
👍 2jabrrJ68w02ond12022/09/04
シャッフルモード