Setup GCP
- Go to https://cloud.google.com/
- SignIn
- Once you are in. Click on the Console link in the top right corner.
- You will be provided with a checklist, click on Go to the checklist.
- Billing Account: set your bank account( 2 INR will be used from your account for verification purposes.)
- Project: Create Project to get started with google cloud
- Once Everything is set, you will be provided with a dashboard, it has cards that show useful information.
Install GCP on the PC
Visit https://cloud.google.com/sdk/docs/install
I have well-documented information for all OS-based installations.
Once it is installed, restart/open command prompt/shell.
- Run command
gcloud init
- It will ask,
- Pick configuration to use:
[1] Re-initialize this configuration [default] with new settings
[2] Create a new configuration - select the 1st option and continue.
- It may redirect to the browser to authenticate.
- Pick configuration to use:
- It will ask you to select a project
- to select the project we created during setup and continue.
- It may ask you to select a region, select the server nearest to your location.
- setup completed.
- You may try the below commands :
//To list the configuration gcloud config list gcloud config list --all
Comments are closed.