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
68
Getting Into Vue.js
wolfeidau
0
190
AWS Automation With Lambda
wolfeidau
1
90
Ansible and Cloudformation
wolfeidau
1
230
Docker Security
wolfeidau
0
190
Building a Proxy in Go
wolfeidau
2
380
Using JWT to Authenticate Microservices
wolfeidau
1
250
Managing Secrets IN AWS
wolfeidau
0
150
ESPlant Workshop Firmware Overview and Demos
wolfeidau
0
130
Other Decks in Technology
See All in Technology
Linux カーネルが支えるコンテナの仕組み / LF Japan Community Days 2025 Osaka
tenforward
1
120
HonoとJSXを使って管理画面をサクッと型安全に作ろう
diggymo
0
170
Zephyr(RTOS)にEdge AIを組み込んでみた話
iotengineer22
1
330
ソースを読む時の思考プロセスの例-MkDocs
sat
PRO
1
160
AWS UG Grantでグローバル20名に選出されてre:Inventに行く話と、マルチクラウドセキュリティの教科書を執筆した話 / The Story of Being Selected for the AWS UG Grant to Attending re:Invent, and Writing a Multi-Cloud Security Textbook
yuj1osm
1
130
webpack依存からの脱却!快適フロントエンド開発をViteで実現する #vuefes
bengo4com
3
3.2k
Behind Postgres 18: The People, the Code, & the Invisible Work | Claire Giordano | PGConfEU 2025
clairegiordano
0
120
AI時代におけるデータの重要性 ~データマネジメントの第一歩~
ryoichi_ota
0
710
ヘンリー会社紹介資料(エンジニア向け) / company deck for engineer
henryofficial
0
360
OpenTelemetry が拡げる Gemini CLI の可観測性
phaya72
2
2.2k
AIとともに歩んでいくデザイナーの役割の変化
lycorptech_jp
PRO
0
870
現場データから見える、開発生産性の変化コード生成AI導入・運用のリアル〜 / Changes in Development Productivity and Operational Challenges Following the Introduction of Code Generation AI
nttcom
1
470
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
640
KATA
mclloyd
PRO
32
15k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
600
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
GitHub's CSS Performance
jonrohan
1032
470k
Git: the NoSQL Database
bkeepers
PRO
431
66k
For a Future-Friendly Web
brad_frost
180
10k
The Pragmatic Product Professional
lauravandoore
36
7k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
Keith and Marios Guide to Fast Websites
keithpitt
411
23k
Documentation Writing (for coders)
carmenintech
75
5.1k
Typedesign – Prime Four
hannesfritz
42
2.8k
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