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
260
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
100
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
91
The Field Guide to Understanding Declarative Systems
devopspro
0
85
How we learned to love the Data Center Operating System
devopspro
0
220
DevOps is the answer! What was the question again?
devopspro
0
160
Other Decks in Technology
See All in Technology
JJUG CCC 2025 Fall バッチ性能!!劇的ビフォーアフター
hayashiyuu1
1
400
LINEヤフー バックエンド組織・体制の紹介
lycorptech_jp
PRO
0
850
TypeScript 6.0で非推奨化されるオプションたち
uhyo
14
4.9k
社内外から"使ってもらえる"データ基盤を支えるアーキテクチャの秘訣/登壇資料(飯塚 大地・高橋 一貴)
hacobu
PRO
0
6.1k
自然言語でAPI作業を片付ける!「Postman Agent Mode」
nagix
0
130
pmconf 2025 大阪「生成AI時代に未来を切り開くためのプロダクト戦略:圧倒的生産性を実現するためのプロダクトサイクロン」 / The Product Cyclone for Outstanding Productivity
yamamuteki
3
2.4k
メッセージ駆動が可能にする結合の最適化
j5ik2o
9
1.5k
学術的根拠から読み解くNotebookLMの音声活用法
shukob
0
340
国産クラウドを支える設計とチームの変遷 “技術・組織・ミッション”
kazeburo
4
8k
LINEギフト・LINEコマース領域の開発
lycorptech_jp
PRO
0
370
巨大モノリスのリプレイス──機能整理とハイブリッドアーキテクチャで挑んだ再構築戦略
zozotech
PRO
0
270
Pandocでmd→pptx便利すぎワロタwww
meow_noisy
2
730
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
A designer walks into a library…
pauljervisheath
210
24k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Fireside Chat
paigeccino
41
3.7k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.3k
Side Projects
sachag
455
43k
How to Ace a Technical Interview
jacobian
280
24k
A Tale of Four Properties
chriscoyier
162
23k
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