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
840
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
100
Multi-Host networking with Docker
anarcher
2
660
Introduction to Gokit
anarcher
0
150
Other Decks in Technology
See All in Technology
Master Dataグループ紹介資料
sansan33
PRO
1
4.4k
チームメンバー迷わないIaC設計
hayama17
5
3.7k
開発組織の課題解決を加速するための権限委譲 -する側、される側としての向き合い方-
daitasu
3
200
Eight Engineering Unit 紹介資料
sansan33
PRO
1
6.9k
競争優位を生み出す戦略的内製開発の実践技法
masuda220
PRO
2
530
入門DBSC
ynojima
0
130
Snowflake Night #2 LT
taromatsui_cccmkhd
0
320
ソフトウェアアーキテクトのための意思決定術: Create Decision Readiness—The Real Skill Behind Architectural Decision
snoozer05
PRO
29
8.8k
大規模な組織におけるAI Agent活用の促進と課題
lycorptech_jp
PRO
6
7.7k
Devinを導入したら予想外の人たちに好評だった
tomuro
0
860
「ストレッチゾーンに挑戦し続ける」ことって難しくないですか? メンバーの持続的成長を支えるEMの環境設計
sansantech
PRO
1
250
技術的負債の泥沼から組織を救う3つの転換点
nwiizo
5
1.1k
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.4k
The Art of Programming - Codeland 2020
erikaheidi
57
14k
The SEO identity crisis: Don't let AI make you average
varn
0
400
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
130
Fireside Chat
paigeccino
42
3.8k
Making the Leap to Tech Lead
cromwellryan
135
9.8k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
950
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.1k
Building AI with AI
inesmontani
PRO
1
760
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