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 on Azure
Search
Ivan Čuljak
February 27, 2019
Programming
0
240
Serverless Containers on Azure
Ivan Čuljak
February 27, 2019
Tweet
Share
More Decks by Ivan Čuljak
See All by Ivan Čuljak
Multi-cloud multi-tenant serverless crawlers
culjakivan
0
230
Serverless + Chatbots == Silver bullet for Startups?
culjakivan
0
270
Cloud architectural patterns 101
culjakivan
0
240
Business Values of Going "Serverless"
culjakivan
0
210
Serverless Beyond Tutorials
culjakivan
0
220
Building mostly serverless distributed cloud systems step by step
culjakivan
0
160
Provisioning and deploying serverless
culjakivan
0
220
How can Ops make Dev happy by using Azure DevOps?
culjakivan
0
320
Going Serverless on Azure
culjakivan
0
810
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
330
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.4k
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.2k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.4k
rage against annotate_predecessor
junk0612
0
160
testingを眺める
matumoto
1
140
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
120
🔨 小さなビルドシステムを作る
momeemt
3
670
Cache Me If You Can
ryunen344
2
630
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
290
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
470
Featured
See All Featured
Embracing the Ebb and Flow
colly
87
4.8k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
It's Worth the Effort
3n
187
28k
How GitHub (no longer) Works
holman
315
140k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
4 Signs Your Business is Dying
shpigford
184
22k
Practical Orchestrator
shlominoach
190
11k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
How STYLIGHT went responsive
nonsquared
100
5.8k
Transcript
Serverless Containers on Azure Ivan Čuljak
Who am I? 4 Software engineer/architect/consultant 4 Loves greenfield projects
4 Makes a living by salvaging wrecks 4 Facebook troll, Twitter adjutant @CuljakIvan 4 Hopefully a prolific blogger @ www.culjak.xyz
Disclaimer This talk is heavily opinionated and biased :)
What are containers? And why in the world do we
need them?
What is serverless? Serverless is to servers as wireless is
to wired
How do we currently run containers? Hint: usually on machines
for which we're paying 24/7
What's wrong with that approach? Hint: nothing really
So why would we want to use serverless containers? Hint:
Think of a situation where you don't need your machines 24/7, but when you do you might need a single core, or half of the data center
Relationshio to orchestrators Container groups
Use cases 4 Awaiter for long running tasks 4 Build
agent 4 Massive processing agent 4 Occasional processing 4 Virtual node for AKS [Works with both Linux and Windows containers]
Deploy 4 A single container 4 Multi-container group 4 Virtual
networks support 4 Containers with GPU resources 4 Environmental variables 4 Liveness probes
Manage 4 Updating running containers 4 Executing commands from outside
4 Monitoring CPU/RAM 4 Logs <3
Data volumes 4 Azure files 4 emptyDir 4 gitRepo 4
secret
Demo time <3
Thank you <3 Any questions?
[email protected]
/ @CuljakIvan