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
230
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
230
Business Values of Going "Serverless"
culjakivan
0
200
Serverless Beyond Tutorials
culjakivan
0
210
Building mostly serverless distributed cloud systems step by step
culjakivan
0
150
Provisioning and deploying serverless
culjakivan
0
210
How can Ops make Dev happy by using Azure DevOps?
culjakivan
0
320
Going Serverless on Azure
culjakivan
0
800
Other Decks in Programming
See All in Programming
新メンバーも今日から大活躍!SREが支えるスケールし続ける組織のオンボーディング
honmarkhunt
5
8.7k
「App Intent」よくわからんけどすごい!
rinngo0302
1
100
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
620
RailsGirls IZUMO スポンサーLT
16bitidol
0
200
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
260
効率的な開発手段として VRTを活用する
ishkawa
0
160
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
800
マッチングアプリにおけるフリックUIで苦労したこと
yuheiito
0
190
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
870
レトロゲームから学ぶ通信技術の歴史
kimkim0106
0
110
はじめてのWeb API体験 ー 飲食店検索アプリを作ろうー
akinko_0915
0
140
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
2
660
Featured
See All Featured
A better future with KSS
kneath
238
17k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Embracing the Ebb and Flow
colly
86
4.8k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
970
The Language of Interfaces
destraynor
158
25k
Optimizing for Happiness
mojombo
379
70k
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