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
About Docker Swarm
Search
myoung-su,shin
February 09, 2015
Technology
1
830
About Docker Swarm
myoung-su,shin
February 09, 2015
Tweet
Share
More Decks by myoung-su,shin
See All by myoung-su,shin
Using docker volume
anarcher
0
98
Multi-Host networking with Docker
anarcher
2
630
Introduction to Gokit
anarcher
0
140
Other Decks in Technology
See All in Technology
NewSQLや分散データベースを支えるRaftの仕組み - 仕組みを理解して知る得意不得意
hacomono
PRO
2
120
PO初心者が考えた ”POらしさ”
nb_rady
0
210
United airlines®️ USA Contact Numbers: Complete 2025 Support Guide
unitedflyhelp
0
280
2025-07-06 QGIS初級ハンズオン「はじめてのQGIS」
kou_kita
0
170
赤煉瓦倉庫勉強会「Databricksを選んだ理由と、絶賛真っ只中のデータ基盤移行体験記」
ivry_presentationmaterials
2
360
Claude Code に プロジェクト管理やらせたみた
unson
6
3.8k
KubeCon + CloudNativeCon Japan 2025 Recap
ren510dev
1
380
使いたいMCPサーバーはWeb APIをラップして自分で作る #QiitaBash
bengo4com
0
1.9k
関数型プログラミングで 「脳がバグる」を乗り越える
manabeai
1
180
LangChain Interrupt & LangChain Ambassadors meetingレポート
os1ma
2
310
AWS認定を取る中で感じたこと
siromi
1
190
American airlines ®️ USA Contact Numbers: Complete 2025 Support Guide
airhelpsupport
0
380
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
970
Statistics for Hackers
jakevdp
799
220k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Fireside Chat
paigeccino
37
3.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
740
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
Transcript
About Docker Swarm #docker-korea/@anarcher
Docker Swarm : a Docker-native clustering system
Docker Engine • 기본적으로 Unix Domain Socket 사용 • docker
-H tcp://host:port, unix://path/socket , fd://*
dockerhost1 dockerhost2 dockerhost2
None
Swarm Components Swarm join Discovery System (Etcd,Consul, Zookeeper, File, hub.docker.com...)
Swarm manage https://github.com/docker/swarm/issues/346
Example usage
Join a docker cluster
Swarm Scheduling 2 Steps: 1.Apply filters to exclude nodes 1.Labels
2.Health 3.Ports 2.Use a strategy to pick the best node 1.Bin packing 2.Random From: http://www.slideshare.net/Docker/dockercon-swarm-updated#9
Q & A