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
400
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
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
30
Déploiement continu dans le Cloud - tour d’horizon des solutions du moment
laurentgrangeau
0
41
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
320
Other Decks in Technology
See All in Technology
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
6
57k
【Developers Summit 2025】プロダクトエンジニアから学ぶ、 ユーザーにより高い価値を届ける技術
niwatakeru
2
1.4k
PHPカンファレンス名古屋-テックリードの経験から学んだ設計の教訓
hayatokudou
2
390
Culture Deck
optfit
0
430
2/18/25: Java meets AI: Build LLM-Powered Apps with LangChain4j
edeandrea
PRO
0
130
白金鉱業Meetup Vol.17_あるデータサイエンティストのデータマネジメントとの向き合い方
brainpadpr
6
770
N=1から解き明かすAWS ソリューションアーキテクトの魅力
kiiwami
0
130
エンジニアが加速させるプロダクトディスカバリー 〜最速で価値ある機能を見つける方法〜 / product discovery accelerated by engineers
rince
4
380
エンジニアのためのドキュメント力基礎講座〜構造化思考から始めよう〜(2025/02/15jbug広島#15発表資料)
yasuoyasuo
18
6.9k
7日間でハッキングをはじめる本をはじめてみませんか?_ITエンジニア本大賞2025
nomizone
2
1.9k
データマネジメントのトレードオフに立ち向かう
ikkimiyazaki
6
1k
Moved to https://speakerdeck.com/toshihue/presales-engineer-career-bridging-tech-biz-ja
toshihue
2
750
Featured
See All Featured
Statistics for Hackers
jakevdp
797
220k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
The Cult of Friendly URLs
andyhume
78
6.2k
Bootstrapping a Software Product
garrettdimon
PRO
306
110k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
Navigating Team Friction
lara
183
15k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
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 !