-
To configure shell:
https://cloud.google.com/sdk/docs/install
-
To initialize gcloud on terminal.
gcloud auth login
or
gcloud init --no-launch-browser
-
To set project on terminal:
gcloud config set project [project-ID]
You can get all projects here: https://console.cloud.google.com/welcome/ -
To list compute:
gcloud compute instances list
-
To SSH created VM in compute:
gcloud compute ssh <project-id> --zone <your-zone>
-
To delete projects:
Navigate to this page: https://console.cloud.google.com/cloud-resource-manager
OR
gcloud projects delete [..your-project-id..]
- Search for
Bucket
. - Click on
Create Bucket
. Provide it a unique name globally.[All in lowercase] - Opt for options as per use-case.
- Bucket is created.
- Create a folder inside bucket where we can store our image for instance.
- Upload programmatically[GO SDK] or by clicking on upload file button.