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
370
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
27
Présentation générale de déploiement de containers
laurentgrangeau
0
16
Présentation de AKS
laurentgrangeau
0
29
Cloud - 3 scénarios multi-providers IaaS, cloud native, serverless
laurentgrangeau
0
20
Quelle compétition est possible entre les 3 principaux clouders publics ?
laurentgrangeau
0
30
Déploiement continu dans le Cloud - tour d’horizon des solutions du moment
laurentgrangeau
0
36
Kubeflow : Tensorflow on Kubernetes
laurentgrangeau
0
96
Microservices the right way: an introduction to Istio
laurentgrangeau
0
210
Software factory scalable with Jenkins on Docker
laurentgrangeau
1
300
Other Decks in Technology
See All in Technology
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.9k
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
2
3.2k
The Role of Developer Relations in AI Product Success.
giftojabu1
0
130
強いチームと開発生産性
onk
PRO
35
11k
New Relicを活用したSREの最初のステップ / NRUG OKINAWA VOL.3
isaoshimizu
2
610
Why App Signing Matters for Your Android Apps - Android Bangkok Conference 2024
akexorcist
0
130
組織成長を加速させるオンボーディングの取り組み
sudoakiy
2
170
なぜ今 AI Agent なのか _近藤憲児
kenjikondobai
4
1.4k
20241120_JAWS_東京_ランチタイムLT#17_AWS認定全冠の先へ
tsumita
2
280
エンジニア人生の拡張性を高める 「探索型キャリア設計」の提案
tenshoku_draft
1
130
10XにおけるData Contractの導入について: Data Contract事例共有会
10xinc
6
650
ISUCONに強くなるかもしれない日々の過ごしかた/Findy ISUCON 2024-11-14
fujiwara3
8
870
Featured
See All Featured
Speed Design
sergeychernyshev
25
620
RailsConf 2023
tenderlove
29
900
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
370
Testing 201, or: Great Expectations
jmmastey
38
7.1k
Building Adaptive Systems
keathley
38
2.3k
Agile that works and the tools we love
rasmusluckow
327
21k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
Site-Speed That Sticks
csswizardry
0
26
GitHub's CSS Performance
jonrohan
1030
460k
The Cost Of JavaScript in 2023
addyosmani
45
6.8k
We Have a Design System, Now What?
morganepeng
50
7.2k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
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 !