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
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
690
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
460
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
140
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
2.3k
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
21
3.9k
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
2
370
Team operations that are not burdened by SRE
kazatohiei
1
310
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
330
Goで作る、開発・CI環境
sin392
0
220
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
420
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
160
GraphRAGの仕組みまるわかり
tosuri13
8
530
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
69
11k
RailsConf 2023
tenderlove
30
1.1k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Producing Creativity
orderedlist
PRO
346
40k
How to train your dragon (web standard)
notwaldorf
94
6.1k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Into the Great Unknown - MozCon
thekraken
39
1.9k
A Modern Web Designer's Workflow
chriscoyier
694
190k
Typedesign – Prime Four
hannesfritz
42
2.7k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
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