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
From Monolith to Docker Distributed Applications
Search
DevOps Pro
June 01, 2016
Technology
0
250
From Monolith to Docker Distributed Applications
by Carlos Sanchez
DevOps Pro Vilnius 2016
DevOps Pro
June 01, 2016
Tweet
Share
More Decks by DevOps Pro
See All by DevOps Pro
Practical Application Logging and Monitoring
devopspro
0
110
Google Cloud Platform for DevOps Professionals
devopspro
0
290
Dev vs Ops transformation to Agility DevOps culture
devopspro
1
240
Using Test Automation for Continuous Integration, Delivery and Quality
devopspro
0
95
How the hell do I run my microservices in production, and will it scale?
devopspro
0
130
Accelerating innovation through AWS Cloud technology
devopspro
0
89
The Field Guide to Understanding Declarative Systems
devopspro
0
82
How we learned to love the Data Center Operating System
devopspro
0
200
DevOps is the answer! What was the question again?
devopspro
0
160
Other Decks in Technology
See All in Technology
AWS Summit Japan 2025 Community Stage - App workflow automation by AWS Step Functions
matsuihidetoshi
1
250
Agentic DevOps時代の生存戦略
kkamegawa
1
1.3k
250627 関西Ruby会議08 前夜祭 RejectKaigi「DJ on Ruby Ver.0.1」
msykd
PRO
2
250
M3 Expressiveの思想に迫る
chnotchy
0
100
製造業からパッケージ製品まで、あらゆる領域をカバー!生成AIを利用したテストシナリオ生成 / 20250627 Suguru Ishii
shift_evolve
PRO
1
130
Prox Industries株式会社 会社紹介資料
proxindustries
0
270
2年でここまで成長!AWSで育てたAI Slack botの軌跡
iwamot
PRO
4
680
Fabric + Databricks 2025.6 の最新情報ピックアップ
ryomaru0825
1
130
MySQL5.6から8.4へ 戦いの記録
kyoshidaxx
1
200
Clineを含めたAIエージェントを 大規模組織に導入し、投資対効果を考える / Introducing AI agents into your organization
i35_267
4
1.5k
Witchcraft for Memory
pocke
1
260
Definition of Done
kawaguti
PRO
6
480
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
92
6.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Music & Morning Musume
bryan
46
6.6k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Why Our Code Smells
bkeepers
PRO
337
57k
GitHub's CSS Performance
jonrohan
1031
460k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
How to Ace a Technical Interview
jacobian
277
23k
For a Future-Friendly Web
brad_frost
179
9.8k
Transcript
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
resource "aws_instance" "worker" { count = 1 instance_type = "m3.large"
ami = "ami-xxxxxx" key_name = "tiger-csanchez" security_groups = ["sg-61bc8c18"] subnet_id = "subnet-xxxxxx" associate_public_ip_address = true tags { Name = "tiger-csanchez-worker-1" "cloudbees:pse:cluster" = "tiger-csanchez" "cloudbees:pse:type" = "worker" } root_block_device { volume_size = 50 } }
terraform apply
None
None
None
None
None
None
nsenter
None
None
None
None
jenkins ubuntu
None
None
/dev/sd[f-p] /dev/sd[q-z]
/dev/sd[f-p] /dev/sd[q-z]
/dev/sd[f-p] /dev/sd[q-z]
None
None
None
None
None
None
None
--cpu- shares
None
None
None
TINI
None
marathon-lb haproxy nginx
iptables --icc=false --link docker0 --ip-forward=false iptables iptables
None
None
overlay # On the Swarm master docker network create --driver
overlay --subnet=10.0.9.0/24 my-net
None
None
None
None
None
None
None
None
None
None