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
Flynn, a next generation open source PaaS
Search
Mark Wolfe
July 18, 2014
Technology
1
220
Flynn, a next generation open source PaaS
Presentation i gave at the docker meetup in Melbourne, Australia.
Mark Wolfe
July 18, 2014
Tweet
Share
More Decks by Mark Wolfe
See All by Mark Wolfe
IP Networking in AWS
wolfeidau
0
66
Getting Into Vue.js
wolfeidau
0
190
AWS Automation With Lambda
wolfeidau
1
89
Ansible and Cloudformation
wolfeidau
1
230
Docker Security
wolfeidau
0
190
Building a Proxy in Go
wolfeidau
2
370
Using JWT to Authenticate Microservices
wolfeidau
1
240
Managing Secrets IN AWS
wolfeidau
0
140
ESPlant Workshop Firmware Overview and Demos
wolfeidau
0
130
Other Decks in Technology
See All in Technology
ecspressoの設計思想に至る道 / sekkeinight2025
fujiwara3
12
2.1k
【CEDEC2025】大規模言語モデルを活用したゲーム内会話パートのスクリプト作成支援への取り組み
cygames
PRO
1
310
「手を動かした者だけが世界を変える」ソフトウェア開発だけではない開発者人生
onishi
15
7.5k
From Live Coding to Vibe Coding with Firebase Studio
firebasethailand
1
300
LLM開発を支えるエヌビディアの生成AIエコシステム
acceleratedmu3n
0
330
人と生成AIの協調意思決定/Co‑decision making by people and generative AI
moriyuya
0
150
CSPヘッダー導入で実現するWebサイトの多層防御:今すぐ試せる設定例と運用知見
llamakko
1
260
経理出身PdMがAIプロダクト開発を_ハンズオンで学んだ話.pdf
shunsukenarita
1
230
SAE J1939シミュレーション環境構築
daikiokazaki
1
190
P2P ではじめる WebRTC のつまづきどころ
tnoho
1
270
KCD Lima: eBee in Peru!
lizrice
0
110
ファインディにおける Dataform ブランチ戦略
hiracky16
0
210
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Documentation Writing (for coders)
carmenintech
72
4.9k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
Adopting Sorbet at Scale
ufuk
77
9.5k
The Pragmatic Product Professional
lauravandoore
35
6.8k
Gamification - CAS2011
davidbonilla
81
5.4k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
Optimizing for Happiness
mojombo
379
70k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Transcript
Flynn A next generation open source PaaS
What is Flynn? Set of components which out-of-the-box provides a
starting point for an internal PaaS Collection of independent projects, some of which are useful outside of Flynn Inspired by the Google Omega Paper
What problem is this solving? Provides a container based platform
for services (Heroku) Push deploy DB as a service (PostgreSQL) Designed for 12 factor applications
What business problem is this solving? Deployment, let the developers
ship with less road blocks. Logging, collect store/process/relay Monitoring, provides consistent view to developers and operations Efficient utilisation of system resources, Parkinson's law..
History Based on Jeff Lindsays Dokku Inspired by Heroku Open
source’ish Development sponsored by a few large companies
The Stack Written in golang Components: Service Discovery (etcd under
the hood) Job Execution Slug building (docker file templates) Custom HTTP/TCP load balancer/proxy
Langauge Support Ruby NodeJS Java Python
Example Deployment
Current State Still in heavy development Lots of rough edges
Scaling across hosts is not configurable Not fault tolerant
Looking ahead Well thought out architecture Lots of reusable pieces
Hopefully usable for development soon!
Alternatives deis http://deis.io/ next on my list to review! kubernetes
https://github.com/GoogleCloudPlatform/ kubernetes ???
Questions? Mark Wolfe
[email protected]
@wolfeidau on twitter github.com/wolfeidau http://wolfe.id.au