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
1.8k
From naive to advanced RAG: the complete guide
glaforge
1
1.9k
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
90
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
780
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.3k
Other Decks in Technology
See All in Technology
技術負債の「予兆検知」と「状況異変」のススメ / Technology Dept
i35_267
1
1k
トラシューアニマルになろう ~開発者だからこそできる、安定したサービス作りの秘訣~
jacopen
2
1.5k
現場で役立つAPIデザイン
nagix
29
10k
明日からできる!技術的負債の返済を加速するための実践ガイド~『ホットペッパービューティー』の事例をもとに~
recruitengineers
PRO
3
100
マルチモーダル理解と生成の統合 DeepSeek Janus, etc... / Multimodal Understanding and Generation Integration
hiroga
0
360
MC906491 を見据えた Microsoft Entra Connect アップグレード対応
tamaiyutaro
1
480
RSNA2024振り返り
nanachi
0
500
20250208_OpenAIDeepResearchがやばいという話
doradora09
PRO
0
170
Developers Summit 2025 浅野卓也(13-B-7 LegalOn Technologies)
legalontechnologies
PRO
0
150
10分で紹介するAmazon Bedrock利用時のセキュリティ対策 / 10-minutes introduction to security measures when using Amazon Bedrock
hideakiaoyagi
0
170
家電アプリ共通PF "Linova" のAPI利用とPostman活用事例ご紹介
yukiogawa
0
130
Postmanを使いこなす!2025年ぜひとも押さえておきたいPostmanの10の機能
nagix
2
120
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
51
7.4k
How GitHub (no longer) Works
holman
313
140k
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Building Adaptive Systems
keathley
40
2.4k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
Why Our Code Smells
bkeepers
PRO
335
57k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Writing Fast Ruby
sferik
628
61k
Into the Great Unknown - MozCon
thekraken
35
1.6k
Site-Speed That Sticks
csswizardry
3
370
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