Cloud SDK Installation [Windows]

  • date 1st June, 2021 |
  • by Prwatech |
  • 0 Comments

Prerequisites

Hardware : GCP

Google account

There's another method to access the GCP cloud console. We can access it through our local machine also. Cloud SDK are used for it.

Click on the link below to download the cloud SDK for windows.

https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe

Or open the PowerShell >Run as administrator. Copy the below code.

(New-ObjectNet.WebClient).DownloadFile("https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe", "$env:Temp\GoogleCloudSDKInstaller.exe")

&$env:Temp\GoogleCloudSDKInstaller.exe

For other Operating System click the below link.

https://cloud.google.com/sdk/docs/quickstart

This image has an empty alt attribute; its file name is 1-3.jpg

It will open Google Cloud SDK. Click next for Installation.

This image has an empty alt attribute; its file name is 2-4.jpg

Click on I agree.

This image has an empty alt attribute; its file name is 3-5.jpg

Choose the destination folder where you want to install and click next.

This image has an empty alt attribute; its file name is 5-5.jpg

Choose the user type accordingly and click next.

This image has an empty alt attribute; its file name is 4-6.jpg

After installation click next.

This image has an empty alt attribute; its file name is 7-4.jpg

Select which components you want to install. Click install to continue.

This image has an empty alt attribute; its file name is 6-5.jpg

After installation it will open the below window. Make sure to choose the marked ones and click finish.

This image has an empty alt attribute; its file name is 8-4.jpg

It will open the terminal for Google Cloud SDK. Type “y” to login and press enter.

This image has an empty alt attribute; its file name is 9-1.jpg

Choose the browser you want and press OK.

NB: Don’t close the Command prompt.

This image has an empty alt attribute; its file name is 10.jpg

Login to your account and press Allow.

This image has an empty alt attribute; its file name is 11-1.jpg

It will open the window showing you successfully authenticated with Google Cloud SDK.

This image has an empty alt attribute; its file name is 12-2-1024x406.jpg

Go back to the command prompt and it will show that you are logged in successfully. Choose the project which you want to work. Type the corresponding number. You can configure the new default Region and zone by typing “y”. "n" to choose default region and zone.

This image has an empty alt attribute; its file name is 13-1-1024x592.jpg

Choose the region and the zone by typing the corresponding number.

This image has an empty alt attribute; its file name is 14-1.jpg

And Boom! Now you can use Google Cloud SDK.

This image has an empty alt attribute; its file name is 15-2-1024x259.jpg

Quick Support

image image