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
AI Agents, the new Frontier for LLMs
glaforge
0
2
Things you never dared to ask about LLMs — v2
glaforge
1
1.2k
AI Agents — the new frontier for LLMs
glaforge
2
1.4k
Things you never dared to ask about LLMs
glaforge
1
1.9k
RAG: from dumb implementation to serious results
glaforge
2
3.9k
From naive to advanced RAG: the complete guide
glaforge
1
3.4k
Gemini, Google's Large Language Model
glaforge
1
1.5k
Generative AI in practice: Concrete LLM use cases in Java, with the PaLM and Gemini APIs
glaforge
0
140
Generative AI in practice: Concrete LLM use cases in Java, with the PaLM API
glaforge
0
2.4k
Other Decks in Technology
See All in Technology
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
420
AIのグローバルトレンド2025 #scrummikawa / global ai trend
kyonmm
PRO
1
310
OCI Oracle Database Services新機能アップデート(2025/06-2025/08)
oracle4engineer
PRO
0
170
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
190
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
230
会社紹介資料 / Sansan Company Profile
sansan33
PRO
6
380k
新規プロダクトでプロトタイプから正式リリースまでNext.jsで開発したリアル
kawanoriku0
1
180
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
470
LLM時代のパフォーマンスチューニング:MongoDB運用で試したコンテキスト活用の工夫
ishikawa_pro
0
170
roppongirb_20250911
igaiga
1
240
AIエージェント開発用SDKとローカルLLMをLINE Botと組み合わせてみた / LINEを使ったLT大会 #14
you
PRO
0
130
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Writing Fast Ruby
sferik
628
62k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Code Reviewing Like a Champion
maltzj
525
40k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
Designing Experiences People Love
moore
142
24k
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