Skip to content

Latest commit

 

History

History

gcp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Study
https://googlecourses.qwiklabs.com/course_templates/60

Deploy
https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-python-service

Build
Builders and buildpacks designed to run on Google Cloud's container platforms https://github.com/GoogleCloudPlatform/buildpacks

Run console with git repo
https://console.cloud.google.com/cloudshell/editor?shellonly=true&cloudshell_image=gcr.io/cloudrun/button&cloudshell_git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&cloudshell_working_dir=run/helloworld

SSH Establishing an interactive SSH session with Cloud Shell using gcloud cloud-shell ssh
https://cloud.google.com/shell/docs/using-cloud-shell-with-gcloud-cli

gcloud cloud-shell ssh

Setting up your environment
https://cloud.google.com/sdk/docs/install-sdk#rpm

https://cloud.google.com/run/docs/setup

https://cloud.google.com/sdk/docs/components#additional_components

NOTE: If install via package manager it will be not updateable in batch. Better to use tar.gz https://cloud.google.com/sdk/docs/install#linux

Code

# https://cloud.google.com/sdk/docs/components
gcloud components list
# Commands
gcloud cheat-sheet - gcloud commands