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
260
Manage the App on Kubernetes
philips
0
340
Production Backbone Monitoring Containerized Apps
philips
0
180
KubeCon EU 2017: Dancing on the Edge of a Volcano
philips
1
710
rkt - KubeCon EU keynote - 2017
philips
1
270
FOSDEM_Keynote_2017-_.pdf
philips
0
130
Tectonic Summit Day 2 Keynote
philips
0
350
Kubernetes: Simple to Manage Anywhere (self-hosted, Tectonic upgrade demo)
philips
0
390
KubeCon Keynote 2016- Distributed Systems Simplified on Kubernetes
philips
2
550
Other Decks in Programming
See All in Programming
エンジニアインターン「Treasure」とHonoの2年、そして未来へ / Our Journey with Hono Two Years at Treasure and Beyond
carta_engineering
0
410
Claude Agent SDK を使ってみよう
hyshu
0
1.4k
When Dependencies Fail: Building Antifragile Applications in a Fragile World
selcukusta
0
110
Webサーバーサイド言語としてのRustについて
kouyuume
1
4.4k
Pythonに漸進的に型をつける
nealle
1
120
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
260
O Que É e Como Funciona o PHP-FPM?
marcelgsantos
0
190
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
250
コード生成なしでモック処理を実現!ovechkin-dm/mockioで学ぶメタプログラミング
qualiarts
0
250
テーブル定義書の構造化抽出して、生成AIでDWH分析を試してみた / devio2025tokyo
kasacchiful
0
270
ALL CODE BASE ARE BELONG TO STUDY
uzulla
27
6.6k
組込みだけじゃない!TinyGo で始める無料クラウド開発入門
otakakot
2
360
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
The Language of Interfaces
destraynor
162
25k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Embracing the Ebb and Flow
colly
88
4.9k
Scaling GitHub
holman
463
140k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
GraphQLとの向き合い方2022年版
quramy
49
14k
Side Projects
sachag
455
43k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
Balancing Empowerment & Direction
lara
5
700
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