Skip to content

Cloud Native Development with Python and Google Cloud Run

Notifications You must be signed in to change notification settings

javiercanadillas/cnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 

Repository files navigation

Cloud Native Development Labs

This is the lab content repository for the Cloud Native Development (with Python and Cloud Run) class '23. The following instructions and modules assume you're using a Qwiklabs environment. Make sure you ask your instructor for specific instructions on how to access it.

Basic Setup

Open a new Google Cloud Shell in your Qwiklabs project. Set up your project and preferred region:

gcloud config set project <your-qwiklabs-project-id>
gcloud config set compute/region <your-preferred-cloud-region>

Then, run the following Cloud Shell configuration script:

CS_SOURCE="https://raw.githubusercontent.com/javiercanadillas/qwiklabs-cloudshell-setup/main/setup_qw_cs"
bash <(curl -s "$CS_SOURCE")

This configures a sane prompt that will give you hints on things like Python virtual environments or git status. For changes to be effective, you need to source the new .bashrc configuration:

. "$HOME/.bashrc"

Finally, clone this repo:

cd $HOME; git clone https://github.com/javiercanadillas/cnd
cd cnd

Cloud Native Development with Python and Cloud Run

The following modules will walk you through the concepts you'll be practicing with in this lab:

About

Cloud Native Development with Python and Google Cloud Run

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published