Completed
- intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Google Cloud Run Tutorial for Rust Lang
Automatically move to the next video in the Classroom when playback concludes
- 1 - intro
- 2 - what is serverless
- 3 - cloud run vs cloud functions
- 4 - creating a rust web server
- 5 - configuring port environment variable
- 6 - containerize the rust web server
- 7 - install google cloud sdk
- 8 - enable billing
- 9 - create new google cloud project
- 10 - set default project
- 11 - enable cloud build api
- 12 - enable service account permissions
- 13 - building a rust app on google cloud build
- 14 - speeding up cloud builds with kaniko
- 15 - deploying your docker image to cloud run
- 16 - google cloud run logs
- 17 - sending load to cloud run using wrk
- 18 - cloud run autoscaling and metrics
- 19 - deploying new versions of our app
- 20 - managing traffic in cloud run