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
93
Multi-Host networking with Docker
anarcher
2
630
Introduction to Gokit
anarcher
0
140
Other Decks in Technology
See All in Technology
組織とセキュリティ文化と、自分の一歩
maimyyym
3
1.4k
AIコーディング新時代を生き残るための試行錯誤 / AI Coding Survival Guide
tomohisa
8
11k
Flutterアプリを⾃然⾔語で操作する
yukisakai1225
0
210
Web Intelligence and Visual Media Analytics
weblyzard
PRO
1
6.1k
医療業界に特化した音声認識モデル構築のためのアノテーションの実態
thickstem
0
530
Drawing with LLMs
rist
0
240
Vibe Codingの裏で、 考える力をどう取り戻すか
csekine
2
620
Kafka vs. Pulsar: Performance Evaluation by Petabyte-Scale Streaming Platform Providers
lycorptech_jp
PRO
1
350
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
6.3k
Grafana MCP serverでなんかし隊 / Try Grafana MCP server
kohbis
0
300
AWS と定理証明 〜ポリシー言語 Cedar 開発の舞台裏〜 #fp_matsuri / FP Matsuri 2025
ytaka23
8
2.1k
ハッカー視点で学ぶサイバー攻撃と防御の基本
nomizone
0
1.2k
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.1k
Balancing Empowerment & Direction
lara
1
210
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
Bash Introduction
62gerente
614
210k
YesSQL, Process and Tooling at Scale
rocio
172
14k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
For a Future-Friendly Web
brad_frost
179
9.8k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
680
Automating Front-end Workflow
addyosmani
1370
200k
How GitHub (no longer) Works
holman
314
140k
Making the Leap to Tech Lead
cromwellryan
134
9.3k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
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