Overview
Syllabus
- intro
- what is serverless
- cloud run vs cloud functions
- creating a rust web server
- configuring port environment variable
- containerize the rust web server
- install google cloud sdk
- enable billing
- create new google cloud project
- set default project
- enable cloud build api
- enable service account permissions
- building a rust app on google cloud build
- speeding up cloud builds with kaniko
- deploying your docker image to cloud run
- google cloud run logs
- sending load to cloud run using wrk
- cloud run autoscaling and metrics
- deploying new versions of our app
- managing traffic in cloud run
Taught by
Chris Hay