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
OpenFaaS : a serverless framework on top of Doc...
Search
Laurent Grangeau
November 15, 2018
Technology
1
420
OpenFaaS : a serverless framework on top of Docker and Kubernetes
Laurent Grangeau
November 15, 2018
Tweet
Share
More Decks by Laurent Grangeau
See All by Laurent Grangeau
cgroupv2 : What's new with the containers?
laurentgrangeau
0
38
Présentation générale de déploiement de containers
laurentgrangeau
0
19
Présentation de AKS
laurentgrangeau
0
32
Cloud - 3 scénarios multi-providers IaaS, cloud native, serverless
laurentgrangeau
0
22
Quelle compétition est possible entre les 3 principaux clouders publics ?
laurentgrangeau
0
31
Déploiement continu dans le Cloud - tour d’horizon des solutions du moment
laurentgrangeau
0
52
Kubeflow : Tensorflow on Kubernetes
laurentgrangeau
0
120
Microservices the right way: an introduction to Istio
laurentgrangeau
0
220
Software factory scalable with Jenkins on Docker
laurentgrangeau
1
340
Other Decks in Technology
See All in Technology
abema-trace-sampling-observability-cost-optimization
tetsuya28
0
390
251029 JAWS-UG AI/ML 退屈なことはQDevにやらせよう
otakensh
0
120
AI連携の新常識! 話題のMCPをはじめて学ぶ!
makoakiba
0
160
Observability — Extending Into Incident Response
nari_ex
1
610
Kotlinで型安全にバイテンポラルデータを扱いたい! ReladomoラッパーをAIと実装してみた話
itohiro73
3
120
文字列操作の達人になる ~ Kotlinの文字列の便利な世界 ~ - Kotlin fest 2025
tomorrowkey
2
260
Okta Identity Governanceで実現する最小権限の原則
demaecan
0
210
CLIPでマルチモーダル画像検索 →とても良い
wm3
1
670
OpenCensusと歩んだ7年間
bgpat
0
270
今から間に合う re:Invent 準備グッズと現地の地図、その他ラスベガスを周る際の Tips/reinvent-preparation-guide
emiki
0
160
Zero Trust DNS でより安全なインターネット アクセス
murachiakira
0
130
SREのキャリアから経営に近づく - Enterprise Risk Managementを基に -
shonansurvivors
1
500
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Rails Girls Zürich Keynote
gr2m
95
14k
Building Adaptive Systems
keathley
44
2.8k
Code Reviewing Like a Champion
maltzj
526
40k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
How to Ace a Technical Interview
jacobian
280
24k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
670
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
Transcript
OpenFaaS : a serverless framework on top of Docker and
Kubernetes DevopsDDay - 2018/11/15 #devopsdday
# whoami Hello Laurent Grangeau - CSA@Sogeti I love to
automate things and run apps at scale You can find me at @laurentgrangeau
Definition Wikipedia “Serverless computing is a cloud computing execution model
in which the cloud provider dynamically manages the allocation of machine resources”
Why serverless : Adoption of serverless
Why serverless ? - Reduce Time-to-Market - Easier deployment -
Scale automatically - Developers focus on business logic - Ops don’t have to worry about patch management or system upgrades - Leads to cost reduction
Traditional application
Problem...
Break down architecture
Serverless architecture
API Gateway
Why serverless ?
Serverless model
FaaS model
Invocation model
FaaS patterns
None
Framework serverless
OpenFaaS “Serverless Functions Made Simple for Docker and Kubernetes”
OpenFaaS architecture
OpenFaaS watchdog
OpenFaaS gateway
OpenFaaS operator
OpenFaaS synchronous call
OpenFaaS async call
OpenFaaS async call
OpenFaaS connector
OpenFaaS idler
OpenFaaS connection pool
OpenFaaS cloud
OpenFaaS cloud
OpenFaaS cloud
OpenFaaS cloud
Demo
Architecture
Q&A?
Thanks !