Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Serverless containers with Cloud Run
Search
Guillaume Laforge
July 30, 2019
Technology
0
1.7k
Serverless containers with Cloud Run
Guillaume Laforge
July 30, 2019
Tweet
Share
More Decks by Guillaume Laforge
See All by Guillaume Laforge
Things you never dared to ask about LLMs
glaforge
0
1.3k
RAG: from dumb implementation to serious results
glaforge
1
2k
From naive to advanced RAG: the complete guide
glaforge
1
2k
Gemini, Google's Large Language Model
glaforge
1
1.2k
Generative AI in practice: Concrete LLM use cases in Java, with the PaLM and Gemini APIs
glaforge
0
92
Generative AI in practice: Concrete LLM use cases in Java, with the PaLM API
glaforge
0
2.1k
From Bird to Elephant: Starting a New Journey on Mastodon — Devoxx Greece 2023
glaforge
0
910
From Bird to Elephant: Starting a New Journey on Mastodon
glaforge
0
260
Google Cloud Workflows: API automation, patterns and best practices
glaforge
0
1.4k
Other Decks in Technology
See All in Technology
PHPカンファレンス名古屋-テックリードの経験から学んだ設計の教訓
hayatokudou
2
540
ExaDB-XSで利用されているExadata Exascaleについて
oracle4engineer
PRO
3
200
短縮URLをお手軽に導入しよう
nakasho
0
140
あなたが人生で成功するための5つの普遍的法則 #jawsug #jawsdays2025 / 20250301 HEROZ
yoshidashingo
2
240
データエンジニアリング領域におけるDuckDBのユースケース
chanyou0311
8
2.1k
コンピュータビジョンの社会実装について考えていたらゲームを作っていた話
takmin
1
590
Two Blades, One Journey: Engineering While Managing
ohbarye
4
1.6k
Perlの生きのこり - エンジニアがこの先生きのこるためのカンファレンス2025
kfly8
2
260
データマネジメントのトレードオフに立ち向かう
ikkimiyazaki
6
1.2k
RayでPHPのデバッグをちょっと快適にする
muno92
PRO
0
190
ESXi で仮想化した ARM 環境で LLM を動作させてみるぞ
unnowataru
0
160
AIエージェント元年@日本生成AIユーザ会
shukob
1
170
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
The Cult of Friendly URLs
andyhume
78
6.2k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Navigating Team Friction
lara
183
15k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
KATA
mclloyd
29
14k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
640
Bash Introduction
62gerente
611
210k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
430
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
Transcript
Guillaume Laforge Google Cloud, Developer Advocate Serverless containers with Cloud
Run @glaforge
Operational Model Programming Model No Infra Management Managed Security Pay
only for usage Service-based Event-driven Open What is Serverless
Containers • Any language • Any library • Any binary
• Ecosystem of base images .js .rb .go .py .sh … 0 1 0 1 0 0 1 1 1
Containers: an industry standard 100 75 50 25 Note Apr
13, 2017 Sep 24, 2017
Introducing Cloud Run Bringing serverless to containers
Cloud Run Container to production in seconds Natively Serverless One
experience, where you want it
Code, build & run Demo #1
Scale Demo #2
Cloud Run on GKE Demo #3
Serverless containers, where you want them Cloud Run (fully managed)
• Fully serverless • No cluster to manage • Pay for what you use Cloud Run on GKE • Serverless developer experience • Runs in your GKE cluster
Cloud Run: Pay-per-use CPU / Memory / Requests 100ms
Use cases Public • Website • API endpoint Private •
Microservices • Asynchronous tasks • Mobile backend • Webhook
Serverless compute options Serverless functions Source-based HTTP and Events Cloud
Functions Serverless applications Source-based HTTP and async App Engine Serverless HTTP workloads Containers HTTP and async Cloud Run
Thank you! Also: • Cloud Run FAQ: github.com/ahmetb/cloud-run-faq • Awesome
Cloud Run: github.com/steren/awesome-cloudrun • Anytime on StackOverflow with the google-cloud-run tag @glaforge
https://cloud.run or try our Qwiklab today at https://google.qwiklabs.com Get started
@glaforge