Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Rube Goldberg Machie Docker Deployment
taichi nakashima
June 04, 2015
Technology
3
370
Rube Goldberg Machie Docker Deployment
at
http://www.meetup.com/Docker-Tokyo/events/222928136/
taichi nakashima
June 04, 2015
Tweet
Share
More Decks by taichi nakashima
See All by taichi nakashima
Embedded SRE at Mercari
tcnksm
0
990
How We Harden Platform Security at Mercari
tcnksm
2
1.1k
SRE Practices in Mercari Microservices
tcnksm
11
9.6k
開発者向けの基盤をつくる
tcnksm
36
10k
How We Structure Our Work At Mercari Microservices Platform Team
tcnksm
11
21k
Microservices Platform on Kubernetes at Mercari
tcnksm
16
15k
Introduction to Mercari Micorservices Platform Team
tcnksm
5
3.2k
Continuous Delivery for Microservices with Spinnaker at Mercari
tcnksm
15
2k
Microservices on GKE at Mercari
tcnksm
21
5.3k
Other Decks in Technology
See All in Technology
合同IT企業説明会から学ぶエンジニア向けの広報戦略
nagutabby
1
230
You're M̶u̶t̶e̶d̶ Rooted
patrickwardle
0
910
ふりかえりの技術 / retrospectives
soudai
3
170
サイバー攻撃を想定したクラウドネイティブセキュリティガイドラインとCNAPP及びSecurity Observabilityの未来
sakon310
4
460
セキュアなTerraformの使い方 ~ 機密情報をコードに含めず環境構築するにはどうしたらいいの?
harukasakihara
9
1.5k
20220731 如何跟隨開源技術保持你的職涯發展
pichuang
0
120
psql, my favorite tool!
nuko_yokohama
1
180
Power BI のうらがわ
hanaseleb
1
140
ぼくらが選んだ次のMySQL 8.0 / MySQL80 Which We Choose
line_developers
PRO
7
2.9k
Istioを活用したセキュアなマイクロサービスの実現/Secure Microservices with Istio
ido_kara_deru
3
410
COSCUP x KCD Taiwan 2020 - 那些年我們在開源社群的日子 - Cloud Native Taiwan
pohsien
0
120
質の良い”カイゼン”の為の質の良い「振り返り」
shirayanagiryuji
0
130
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
396
62k
Making the Leap to Tech Lead
cromwellryan
113
7.4k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_i
25
15k
5 minutes of I Can Smell Your CMS
philhawksworth
196
18k
Testing 201, or: Great Expectations
jmmastey
21
5.5k
Pencils Down: Stop Designing & Start Developing
hursman
113
9.8k
From Idea to $5000 a Month in 5 Months
shpigford
373
44k
Designing with Data
zakiwarfel
91
4k
Practical Orchestrator
shlominoach
178
8.7k
How GitHub Uses GitHub to Build GitHub
holman
465
280k
Building a Scalable Design System with Sketch
lauravandoore
448
30k
Web development in the modern age
philhawksworth
197
9.3k
Transcript
Rube Goldberg Machie Docker Deployment
I’m Taichi Nakashima @deeeet tcnksm
None
None
None
None
Rube Goldberg Machie Docker Deployment
A Rube Goldberg machine is a contraption, invention, device or
apparatus that is deliberately over-engineered or overdone to perform a very simple task in a very complicated fashion, usually including a chain reaction.
None
None
None
None
Architecture
:80
:80
:80
:80 confd
None
dnsimple.tf deeeet.com coreos.tf cloud-config +
How to Deploy
hugo new git push hook DockerHub hook captain-hook fleet
None
Why ? You should use rsync or more easy tool
Exploring ideal automated Docker deployment
Reduce complexity Try Docker and CoreOS for more simple application
Future work
Flexible Zero-downtime deployment
mailgun/vulcand (Too much for me) cubicdaiya/ngx_dynamic_upstream (Simple)
Container Test
hugo new git push hook DockerHub hook captain-hook fleet
@deeeet