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
390
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
29
Présentation générale de déploiement de containers
laurentgrangeau
0
16
Présentation de AKS
laurentgrangeau
0
30
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
30
Déploiement continu dans le Cloud - tour d’horizon des solutions du moment
laurentgrangeau
0
40
Kubeflow : Tensorflow on Kubernetes
laurentgrangeau
0
100
Microservices the right way: an introduction to Istio
laurentgrangeau
0
220
Software factory scalable with Jenkins on Docker
laurentgrangeau
1
310
Other Decks in Technology
See All in Technology
「隙間家具OSS」に至る道/Fujiwara Tech Conference 2025
fujiwara3
7
6.5k
When Windows Meets Kubernetes…
pichuang
0
310
デジタルアイデンティティ技術 認可・ID連携・認証 応用 / 20250114-OIDF-J-EduWG-TechSWG
oidfj
2
700
AWSサービスアップデート 2024/12 Part3
nrinetcom
PRO
0
150
20250116_自部署内でAmazon Nova体験会をやってみた話
riz3f7
1
100
実践! ソフトウェアエンジニアリングの価値の計測 ── Effort、Output、Outcome、Impact
nomuson
0
2.1k
東京Ruby会議12 Ruby と Rust と私 / Tokyo RubyKaigi 12 Ruby, Rust and me
eagletmt
3
890
「人物ごとのアルバム」の精度改善の軌跡/Improving accuracy of albums by person
mixi_engineers
PRO
1
120
Git scrapingで始める継続的なデータ追跡 / Git Scraping
ohbarye
5
500
機械学習を「社会実装」するということ 2025年版 / Social Implementation of Machine Learning 2025 Version
moepy_stats
6
1.5k
Bring Your Own Container: When Containers Turn the Key to EDR Bypass/byoc-avtokyo2024
tkmru
0
860
ドメイン駆動設計の実践により事業の成長スピードと保守性を両立するショッピングクーポン
lycorptech_jp
PRO
13
2.4k
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
570
The Power of CSS Pseudo Elements
geoffreycrofte
74
5.4k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
A designer walks into a library…
pauljervisheath
205
24k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Code Review Best Practice
trishagee
65
17k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
500
How to Think Like a Performance Engineer
csswizardry
22
1.3k
Gamification - CAS2011
davidbonilla
80
5.1k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
Designing Experiences People Love
moore
139
23k
Being A Developer After 40
akosma
89
590k
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 !