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
160
KubeCon EU 2017: Dancing on the Edge of a Volcano
philips
1
690
rkt - KubeCon EU keynote - 2017
philips
1
250
FOSDEM_Keynote_2017-_.pdf
philips
0
120
Tectonic Summit Day 2 Keynote
philips
0
330
Kubernetes: Simple to Manage Anywhere (self-hosted, Tectonic upgrade demo)
philips
0
370
KubeCon Keynote 2016- Distributed Systems Simplified on Kubernetes
philips
2
540
Other Decks in Programming
See All in Programming
AI時代のドメイン駆動設計-DDD実践におけるAI活用のあり方 / ddd-in-ai-era
minodriven
23
9k
ソフトウェアテスト徹底指南書の紹介
goyoki
1
110
Portapad紹介プレゼンテーション
gotoumakakeru
1
130
レガシープロジェクトで最大限AIの恩恵を受けられるようClaude Codeを利用する
tk1351
2
1.2k
コーディングは技術者(エンジニア)の嗜みでして / Learning the System Development Mindset from Rock Lady
mackey0225
2
580
フロントエンドのmonorepo化と責務分離のリアーキテクト
kajitack
2
140
技術的負債で信頼性が限界だったWordPress運用をShifterで完全復活させた話
rvirus0817
1
2.1k
「リーダーは意思決定する人」って本当?~ 学びを現場で活かす、リーダー4ヶ月目の試行錯誤 ~
marina1017
0
240
オープンセミナー2025@広島LT技術ブログを続けるには
satoshi256kbyte
0
120
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
910
CSC305 Summer Lecture 12
javiergs
PRO
0
120
STUNMESH-go: Wireguard NAT穿隧工具的源起與介紹
tjjh89017
0
380
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Code Review Best Practice
trishagee
70
19k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
Building Applications with DynamoDB
mza
96
6.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
How STYLIGHT went responsive
nonsquared
100
5.7k
Embracing the Ebb and Flow
colly
87
4.8k
What's in a price? How to price your products and services
michaelherold
246
12k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Bash Introduction
62gerente
614
210k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Automating Front-end Workflow
addyosmani
1370
200k
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