Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Serverless Containers on Azure
Ivan Čuljak
February 27, 2019
Programming
0
110
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
100
Serverless + Chatbots == Silver bullet for Startups?
culjakivan
0
100
Cloud architectural patterns 101
culjakivan
0
90
Business Values of Going "Serverless"
culjakivan
0
85
Serverless Beyond Tutorials
culjakivan
0
87
Building mostly serverless distributed cloud systems step by step
culjakivan
0
56
Provisioning and deploying serverless
culjakivan
0
87
How can Ops make Dev happy by using Azure DevOps?
culjakivan
0
160
Going Serverless on Azure
culjakivan
0
580
Other Decks in Programming
See All in Programming
Glance App Widgetでウィジェットを作ろう / MoT TechTalk #15
mot_techtalk
0
110
OSSから学んだPR Descriptionの書き方
fugakkbn
4
130
Findy - エンジニア向け会社紹介 / Findy Letter for Engineers
findyinc
2
42k
Excelの助けを借りて楽にシナリオを作ろう
rpa_niiyama
0
290
AWSにおける標的型Bot対策
hacomono
0
410
Circuit⚡
monaapk
0
200
T3 Stack and TypeScript ecosystem
quramy
3
740
NGK2023S - OCaml最高! スマホ開発にも使えちゃう?!
haochenxie
0
120
Micro Frontends with Module Federation @MicroFrontend Summit 2023
manfredsteyer
PRO
0
510
Step Functions Distributed Map を使ってみた
codemountains
0
100
TypeScript 4.9のas const satisfiesが便利
tonkotsuboy_com
9
2.3k
ECテックカンファレンス2023
kspace
1
310
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
451
31k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
217
21k
Three Pipe Problems
jasonvnalue
89
8.9k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
236
1.1M
Large-scale JavaScript Application Architecture
addyosmani
499
110k
Ruby is Unlike a Banana
tanoku
93
9.5k
Six Lessons from altMBA
skipperchong
15
2.3k
A designer walks into a library…
pauljervisheath
199
16k
Web development in the modern age
philhawksworth
197
9.6k
Bash Introduction
62gerente
601
210k
The Art of Programming - Codeland 2020
erikaheidi
35
11k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
349
27k
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