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
210
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
210
Serverless + Chatbots == Silver bullet for Startups?
culjakivan
0
250
Cloud architectural patterns 101
culjakivan
0
210
Business Values of Going "Serverless"
culjakivan
0
190
Serverless Beyond Tutorials
culjakivan
0
190
Building mostly serverless distributed cloud systems step by step
culjakivan
0
120
Provisioning and deploying serverless
culjakivan
0
190
How can Ops make Dev happy by using Azure DevOps?
culjakivan
0
300
Going Serverless on Azure
culjakivan
0
760
Other Decks in Programming
See All in Programming
AWS Lambda functions with C# 用の Dev Container Template を作ってみた件
mappie_kochi
0
220
AWSマネコンに複数のアカウントで入れるようになりました
yuhta28
2
150
自動で //nolint を挿入する取り組み / Gopher's Gathering
utgwkk
1
170
chibiccをCILに移植した結果 (NGK2025S版)
kekyo
PRO
0
190
PicoRubyと暮らす、シェアハウスハック
ryosk7
0
250
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
4
620
Vue.jsでiOSアプリを作る方法
hal_spidernight
0
120
shadcn/uiを使ってReactでの開発を加速させよう!
lef237
0
390
Java Webフレームワークの現状 / java web framework at burikaigi
kishida
9
2k
非ブラウザランタイムとWeb標準 / Non-Browser Runtimes and Web Standards
petamoriken
0
450
カンファレンス動画鑑賞会のススメ / Osaka.swift #1
hironytic
0
200
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
180
Featured
See All Featured
The Cult of Friendly URLs
andyhume
78
6.2k
Faster Mobile Websites
deanohume
305
30k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
520
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
20
2.4k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
3k
Making Projects Easy
brettharned
116
6k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
3
380
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Facilitating Awesome Meetings
lara
51
6.2k
A Tale of Four Properties
chriscoyier
157
23k
Rails Girls Zürich Keynote
gr2m
94
13k
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