Главная
Study mode:
on
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
Description:
Explore serverless computing using Google Cloud Run with Rust in this comprehensive tutorial. Learn how to build a Rust web server using Actix-web and Docker on Google Cloud Platform (GCP). Create and configure a Rust Actix-web server, build it using Google Cloud Build, and optimize the process with Kaniko. Set up Google Cloud Shell, enable and configure your Google account, and deploy your Rust Actix-web server to Google Cloud Run. Dive into Cloud Run's scaling and logging capabilities, including blue/green deployments, and understand how to manage deployments and traffic. Gain insights into serverless computing through autoscaling demonstrations. While focused on Rust, the principles apply to other web frameworks suitable for Cloud Run hosting. Cover topics such as serverless concepts, Cloud Run vs. Cloud Functions, containerization, Google Cloud SDK installation, project setup, API enablement, service account permissions, build optimization, deployment strategies, logging, load testing, and traffic management. Read more

Google Cloud Run Tutorial for Rust Lang

Chris Hay
Add to list