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
410
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
34
Présentation générale de déploiement de containers
laurentgrangeau
0
18
Présentation de AKS
laurentgrangeau
0
31
Cloud - 3 scénarios multi-providers IaaS, cloud native, serverless
laurentgrangeau
0
21
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
47
Kubeflow : Tensorflow on Kubernetes
laurentgrangeau
0
110
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
いかにして命令の入れ替わりについて心配するのをやめ、メモリモデルを愛するようになったか(改)
nullpo_head
7
2.7k
事業特性から逆算したインフラ設計
upsider_tech
0
140
LTに影響を受けてテンプレリポジトリを作った話
hol1kgmg
0
380
Kiroでインフラ要件定義~テスト を実施してみた
nagisa53
3
370
「AIと一緒にやる」が当たり前になるまでの奮闘記
kakehashi
PRO
3
150
結局QUICで通信は速くなるの?
kota_yata
8
7.3k
[OCI Technical Deep Dive] OracleのAI戦略(2025年8月5日開催)
oracle4engineer
PRO
1
190
マルチプロダクト×マルチテナントを支えるモジュラモノリスを中心としたアソビューのアーキテクチャ
disc99
1
580
AIエージェントを現場で使う / 2025.08.07 著者陣に聞く!現場で活用するためのAIエージェント実践入門(Findyランチセッション)
smiyawaki0820
6
1.1k
Nx × AI によるモノレポ活用 〜コードジェネレーター編〜
puku0x
0
630
AIのグローバルトレンド 2025 / ai global trend 2025
kyonmm
PRO
1
150
Kiro と Q Dev で 同じゲームを作らせてみた
r3_yamauchi
PRO
1
100
Featured
See All Featured
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
RailsConf 2023
tenderlove
30
1.2k
It's Worth the Effort
3n
185
28k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Rails Girls Zürich Keynote
gr2m
95
14k
Scaling GitHub
holman
461
140k
A designer walks into a library…
pauljervisheath
207
24k
Measuring & Analyzing Core Web Vitals
bluesmoon
8
550
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.3k
The Invisible Side of Design
smashingmag
301
51k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
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 !