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
870
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
オブザーバビリティの観点でみるAWS / AWS from observability perspective
ymotongpoo
9
1.7k
全文検索+セマンティックランカー+LLMの自然文検索サ−ビスで得られた知見
segavvy
2
130
JEDAI Meetup! Databricks AI/BI概要
databricksjapan
0
290
Exadata Database Service on Cloud@Customer セキュリティ、ネットワーク、および管理について
oracle4engineer
PRO
1
1.5k
わたしがEMとして入社した「最初の100日」の過ごし方 / EMConfJp2025
daiksy
2
480
Culture Deck
optfit
0
500
Developers Summit 2025 浅野卓也(13-B-7 LegalOn Technologies)
legalontechnologies
PRO
1
1.4k
なぜ私は自分が使わないサービスを作るのか? / Why would I create a service that I would not use?
aiandrox
0
890
株式会社EventHub・エンジニア採用資料
eventhub
0
4.3k
Oracle Cloud Infrastructure:2025年2月度サービス・アップデート
oracle4engineer
PRO
1
370
2/18/25: Java meets AI: Build LLM-Powered Apps with LangChain4j
edeandrea
PRO
0
150
2024.02.19 W&B AIエージェントLT会 / AIエージェントが業務を代行するための計画と実行 / Algomatic 宮脇
smiyawaki0820
15
4.1k
Featured
See All Featured
Navigating Team Friction
lara
183
15k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
Thoughts on Productivity
jonyablonski
69
4.5k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
114
50k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
420
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
Why Our Code Smells
bkeepers
PRO
336
57k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
52k
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