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
300
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
95
The Field Guide to Understanding Declarative Systems
devopspro
0
88
How we learned to love the Data Center Operating System
devopspro
0
240
DevOps is the answer! What was the question again?
devopspro
0
160
Other Decks in Technology
See All in Technology
Kubernetesの「隠れメモリ消費」によるNode共倒れと、Request適正化という処方箋
g0xu
0
110
脳が溶けた話 / Melted Brain
keisuke69
1
980
韓非子に学ぶAI活用術
tomfook
2
530
20260323_データ分析基盤でGeminiを使う話
1210yuichi0
0
180
スピンアウト講座01_GitHub管理
overflowinc
0
1.3k
Blue/Green Deployment を用いた PostgreSQL のメジャーバージョンアップ
kkato1
0
120
Bref でサービスを運用している話
sgash708
0
190
A4)シラバスを超えて語る、テストマネジメント
moritamasami
0
130
Phase05_ClaudeCode入門
overflowinc
0
2.1k
AIエージェント×GitHubで実現するQAナレッジの資産化と業務活用 / QA Knowledge as Assets with AI Agents & GitHub
tknw_hitsuji
0
220
MCPで決済に楽にする
mu7889yoon
0
100
Phase07_実務適用
overflowinc
0
1.8k
Featured
See All Featured
Are puppies a ranking factor?
jonoalderson
1
3.2k
Building Applications with DynamoDB
mza
96
7k
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
240
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
820
Ruling the World: When Life Gets Gamed
codingconduct
0
180
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
93
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
390
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
GraphQLとの向き合い方2022年版
quramy
50
14k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.2k
Context Engineering - Making Every Token Count
addyosmani
9
770
Mind Mapping
helmedeiros
PRO
1
130
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