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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Ivan Čuljak
February 27, 2019
Programming
0
270
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
250
Serverless + Chatbots == Silver bullet for Startups?
culjakivan
0
290
Cloud architectural patterns 101
culjakivan
0
250
Business Values of Going "Serverless"
culjakivan
0
220
Serverless Beyond Tutorials
culjakivan
0
240
Building mostly serverless distributed cloud systems step by step
culjakivan
0
200
Provisioning and deploying serverless
culjakivan
0
230
How can Ops make Dev happy by using Azure DevOps?
culjakivan
0
340
Going Serverless on Azure
culjakivan
0
850
Other Decks in Programming
See All in Programming
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
230
モジュラモノリスにおける境界をGoのinternalパッケージで守る
magavel
0
3.5k
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
410
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
230
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
170
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
5
380
技術検証結果の整理と解析をAIに任せよう!
keisukeikeda
0
110
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
380
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
150
Claude Code Skill入門
mayahoney
0
130
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
540
Geminiの機能を調べ尽くしてみた
naruyoshimi
0
200
Featured
See All Featured
Color Theory Basics | Prateek | Gurzu
gurzu
0
240
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
A better future with KSS
kneath
240
18k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
460
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
120
The Curse of the Amulet
leimatthew05
1
9.7k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
14k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
Leo the Paperboy
mayatellez
4
1.5k
Why Our Code Smells
bkeepers
PRO
340
58k
Accessibility Awareness
sabderemane
0
74
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