Rust on Cloud Run

preview_player
Показать описание
Not many serverless platforms support Rust, but JK found one that does: Cloud Run! Because Cloud Run executes your container in the cloud, it can run any programming language that you can find a container for. Come along and see how JK Gunnink and Martin Omander build and deploy a Rust program to Google Cloud.

Chapters:
0:00 - Intro
1:35 - Rust code
2:26 - Dockerfile
3:08 - Build file
3:40 - Building and deploying
4:22 - Advantages of Rust
5:20 - Rust without HTTP
5:50 - Dockerfile considerations
6:56 - Source repo
7:22 - Wrap up

#ServerlessExpeditions
Рекомендации по теме
Комментарии
Автор

Another great video showing how universal Cloud Run is plus you are using Rust which is a great language to work with.

johnhanley
Автор

mentioning the docker builder pattern would have been nice, it will allow you to separate base images for building and runtime to optimize for both stages

animanaut
Автор

Rust is the most loved amongst developers tho and use is growing for sure. Good video

stanrock
Автор

"a bit more fun to make it it hello rustless" ok good im with my people, great to see a fellow aussie rustacean!

peterhayman
Автор

Can you look into doing an episode for Python Fastapi in cloud run? for some reason I can’t get cloud logging to work with Fastapi

digitalboltwebdesign