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 — v2
glaforge
1
880
AI Agents — the new frontier for LLMs
glaforge
2
83
Things you never dared to ask about LLMs
glaforge
1
1.8k
RAG: from dumb implementation to serious results
glaforge
2
3.3k
From naive to advanced RAG: the complete guide
glaforge
1
2.9k
Gemini, Google's Large Language Model
glaforge
1
1.4k
Generative AI in practice: Concrete LLM use cases in Java, with the PaLM and Gemini APIs
glaforge
0
130
Generative AI in practice: Concrete LLM use cases in Java, with the PaLM API
glaforge
0
2.3k
From Bird to Elephant: Starting a New Journey on Mastodon — Devoxx Greece 2023
glaforge
0
1.7k
Other Decks in Technology
See All in Technology
Github Copilot エージェントモードで試してみた
ochtum
0
110
Fabric + Databricks 2025.6 の最新情報ピックアップ
ryomaru0825
1
150
AIのAIによるAIのための出力評価と改善
chocoyama
2
590
AIとともに進化するエンジニアリング / Engineering-Evolving-with-AI_final.pdf
lycorptech_jp
PRO
0
120
Tech-Verse 2025 Global CTO Session
lycorptech_jp
PRO
0
810
生まれ変わった AWS Security Hub (Preview) を紹介 #reInforce_osaka / reInforce New Security Hub
masahirokawahara
0
280
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
920
ドメイン特化なCLIPモデルとデータセットの紹介
tattaka
1
210
"サービスチーム" での技術選定 / Making Technology Decisions for the Service Team
kaminashi
1
190
MySQL5.6から8.4へ 戦いの記録
kyoshidaxx
1
270
Amazon S3標準/ S3 Tables/S3 Express One Zoneを使ったログ分析
shigeruoda
5
570
LangChain Interrupt & LangChain Ambassadors meetingレポート
os1ma
2
130
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
A designer walks into a library…
pauljervisheath
207
24k
How STYLIGHT went responsive
nonsquared
100
5.6k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Optimizing for Happiness
mojombo
379
70k
Building Applications with DynamoDB
mza
95
6.5k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Side Projects
sachag
455
42k
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