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
270
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
From Monolith to Docker Distributed Applications
by Carlos Sanchez
DevOps Pro Vilnius 2016
DevOps Pro
June 01, 2016
More Decks by DevOps Pro
See All by DevOps Pro
Practical Application Logging and Monitoring
devopspro
0
130
Google Cloud Platform for DevOps Professionals
devopspro
0
310
Dev vs Ops transformation to Agility DevOps culture
devopspro
1
250
Using Test Automation for Continuous Integration, Delivery and Quality
devopspro
0
110
How the hell do I run my microservices in production, and will it scale?
devopspro
0
140
Accelerating innovation through AWS Cloud technology
devopspro
0
100
The Field Guide to Understanding Declarative Systems
devopspro
0
110
How we learned to love the Data Center Operating System
devopspro
0
250
DevOps is the answer! What was the question again?
devopspro
0
170
Other Decks in Technology
See All in Technology
Model Studio CLI × Token Plan
maigo999
0
180
サイバー捜査員研修(前半)
nomizone
1
2k
【CEDEC2026】専門性の高いデフォルメチームが挑んだ人材育成戦略 〜Cygames Academiaの企画から実施まで〜
cygames
PRO
0
610
【Google Cloud Next Tokyo'26】Gemini Enterprise と Oracle AI Database で実現する、業務データ活用を実現する AI エージェント実装
shisyu_gaku
0
250
Software Supply Chain Attackからクラウド環境を守るためにできること
lhazy
2
260
Genie Codeハンズオン基礎編
taka_aki
1
120
攻撃と防御で学ぶAI時代のプロダクトセキュリティ演習
recruitengineers
PRO
9
2.8k
TypeScript入門 2026
recruitengineers
PRO
3
580
Service Connect 上のサービスに ECS Service の外側から到達できなかった話
ota1022
1
250
FDEの心得
noriakioji
4
5.9k
事業価値と Engineering 2026年度版
recruitengineers
PRO
49
24k
モバイルアプリ開発概論2026
recruitengineers
PRO
5
590
Featured
See All Featured
Skip the Path - Find Your Career Trail
mkilby
1
180
Exploring anti-patterns in Rails
aemeredith
3
460
How to optimise 3,500 product descriptions for ecommerce in one day using ChatGPT
katarinadahlin
PRO
2
3.8k
Rails Girls Zürich Keynote
gr2m
96
14k
The Language of Interfaces
destraynor
162
27k
Into the Great Unknown - MozCon
thekraken
41
2.7k
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
2.1k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.3k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
280
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
220
Heart Work Chapter 1 - Part 1
lfama
PRO
8
36k
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