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
App Container & Rocket @ linux.conf.au 2015
Search
Brandon Philips
February 11, 2015
Programming
0
55
App Container & Rocket @ linux.conf.au 2015
Brandon Philips
February 11, 2015
Tweet
Share
More Decks by Brandon Philips
See All by Brandon Philips
Node.js Workflow with Minikube and Skaffold
philips
0
250
Manage the App on Kubernetes
philips
0
330
Production Backbone Monitoring Containerized Apps
philips
0
140
KubeCon EU 2017: Dancing on the Edge of a Volcano
philips
1
670
rkt - KubeCon EU keynote - 2017
philips
1
240
FOSDEM_Keynote_2017-_.pdf
philips
0
110
Tectonic Summit Day 2 Keynote
philips
0
320
Kubernetes: Simple to Manage Anywhere (self-hosted, Tectonic upgrade demo)
philips
0
340
KubeCon Keynote 2016- Distributed Systems Simplified on Kubernetes
philips
2
540
Other Decks in Programming
See All in Programming
Go Modules: From Basics to Beyond / Go Modulesの基本とその先へ
kuro_kurorrr
0
120
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
1
150
来たるべき 8.0 に備えて React 19 新機能と React Router 固有機能の取捨選択とすり合わせを考える
oukayuka
2
820
Effect の双対、Coeffect
yukikurage
5
1.4k
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
3
770
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
940
AIコーディング道場勉強会#2 君(エンジニア)たちはどう生きるか
misakiotb
1
240
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
120
Enterprise Web App. Development (2): Version Control Tool Training Ver. 5.1
knakagawa
1
120
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
130
GoのWebAssembly活用パターン紹介
syumai
3
10k
FormFlow - Build Stunning Multistep Forms
yceruto
1
190
Featured
See All Featured
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Bash Introduction
62gerente
614
210k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
16
940
Unsuck your backbone
ammeep
671
58k
What's in a price? How to price your products and services
michaelherold
245
12k
Fireside Chat
paigeccino
37
3.5k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Thoughts on Productivity
jonyablonski
69
4.7k
Rails Girls Zürich Keynote
gr2m
94
14k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
BBQ
matthewcrist
89
9.7k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Transcript
None
About Me CTO/CO-FOUNDER systems engineer @brandonphilips github.com/philips
github.com/coreos/rocket
$ rkt
$ rkt
$ rkt fetch
$ rkt run
bash rkt application
runit rkt application
systemd rkt application
upstart rkt application
$ rkt run coreos.com/etcd:v2.0.0-rc.1
stage0
stage1
stage2
App Container github.com/appc/spec
Images ACI
Runtime
coreos.com/etcd example.com/dir-backup example.com/http-health
Metadata Server
Image Discovery
https://gh.com/.../{version}/etcd-{version}-{os}-{arch}.{ext}
$ actool
$ actool build
$ actool validate
$ actool discover
github.com/coreos/rocket App Container github.com/appc/spec