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
59
Getting Into Vue.js
wolfeidau
0
180
AWS Automation With Lambda
wolfeidau
1
86
Ansible and Cloudformation
wolfeidau
1
220
Docker Security
wolfeidau
0
180
Building a Proxy in Go
wolfeidau
2
360
Using JWT to Authenticate Microservices
wolfeidau
1
240
Managing Secrets IN AWS
wolfeidau
0
130
ESPlant Workshop Firmware Overview and Demos
wolfeidau
0
120
Other Decks in Technology
See All in Technology
Kubernetes x k6 で負荷試験基盤を開発して 負荷試験を民主化した話 / Kubernetes x k6
sansan_randd
2
710
5分で紹介する生成AIエージェントとAmazon Bedrock Agents / 5-minutes introduction to generative AI agents and Amazon Bedrock Agents
hideakiaoyagi
0
210
個人開発から公式機能へ: PlaywrightとRailsをつなげた3年の軌跡
yusukeiwaki
10
2.4k
これからSREになる人と、これからもSREをやっていく人へ
masayoshi
6
4.1k
All you need to know about InnoDB Primary Keys
lefred
0
120
[2025-02-07]生成AIで変える問い合わせの未来 〜チームグローバル化の香りを添えて〜
tosite
1
270
飲食店予約台帳を支えるインタラクティブ UI 設計と実装
siropaca
6
1.3k
自動と手動の両輪で開発するデータクレンジング
estie
2
200
エンジニアのためのドキュメント力基礎講座〜構造化思考から始めよう〜(2025/02/15jbug広島#15発表資料)
yasuoyasuo
10
4.1k
デザインから逆算して難易度を見積もるための観点
fumiyasac0921
0
120
リーダブルテストコード 〜メンテナンスしやすい テストコードを作成する方法を考える〜 #DevSumi #DevSumiB / Readable test code
nihonbuson
11
4.7k
カスタムインストラクションでGitHub Copilotをカスタマイズ!
07jp27
8
1.8k
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
114
50k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Code Reviewing Like a Champion
maltzj
521
39k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Speed Design
sergeychernyshev
25
780
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
4 Signs Your Business is Dying
shpigford
182
22k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
Designing for humans not robots
tammielis
250
25k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
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