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
220
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
220
Serverless + Chatbots == Silver bullet for Startups?
culjakivan
0
260
Cloud architectural patterns 101
culjakivan
0
220
Business Values of Going "Serverless"
culjakivan
0
200
Serverless Beyond Tutorials
culjakivan
0
200
Building mostly serverless distributed cloud systems step by step
culjakivan
0
140
Provisioning and deploying serverless
culjakivan
0
200
How can Ops make Dev happy by using Azure DevOps?
culjakivan
0
310
Going Serverless on Azure
culjakivan
0
780
Other Decks in Programming
See All in Programming
AI時代の開発者評価について
ayumuu
0
200
RubyKaigi Dev Meeting 2025
tenderlove
1
400
エンジニア向けCursor勉強会 @ SmartHR
yukisnow1823
2
7.8k
複雑なフォームの jotai 設計 / Designing jotai(state) for Complex Forms #layerx_frontend
izumin5210
4
1.2k
KawaiiLT 登壇資料 キャリアとモチベーション
hiiragi
0
150
AWS で実現する安全な AI エージェントの作り方 〜 Bedrock Engineer の実装例を添えて 〜 / how-to-build-secure-ai-agents
gawa
8
880
ASP.NETアプリケーションのモダナイゼーションについて
tomokusaba
0
130
「影響が少ない」を自分の目でみてみる
o0h
PRO
2
1.2k
Exit 8 for SwiftUI
ojun9
0
140
「理解」を重視したAI活用開発
fast_doctor
0
210
Lambda(Python)の リファクタリングが好きなんです
komakichi
3
220
20250429 - CNTUG Meetup #67 / DevOps Taiwan Meetup #69 - Deep Dive into Tetragon: Building Runtime Security and Observability with eBPF
tico88612
0
120
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
512
110k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
How to Ace a Technical Interview
jacobian
276
23k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
How STYLIGHT went responsive
nonsquared
100
5.5k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.6k
A Tale of Four Properties
chriscoyier
158
23k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
A Modern Web Designer's Workflow
chriscoyier
693
190k
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