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
810
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
88
Multi-Host networking with Docker
anarcher
2
600
Introduction to Gokit
anarcher
0
140
Other Decks in Technology
See All in Technology
Next Step: Play Time!
trishagee
2
140
A Hidden Pitfall of K8s DNS with Spring Webflux
musaprg
0
220
Ask! NIKKEI RAG検索技術の深層
hotchpotch
12
2.4k
事業継続を支える自動テストの考え方
tsuemura
0
190
テストアーキテクチャ設計で実現する高品質で高スピードな開発の実践 / Test Architecture Design in Practice
ropqa
3
410
Classmethod AI Talks(CATs) #14 司会進行スライド(2025.01.31) / classmethod-ai-talks-aka-cats_moderator-slides_vol14_2025-01-31
shinyaa31
0
100
サーバーレスアーキテクチャと生成AIの融合 / Serverless Meets Generative AI
_kensh
7
860
SCSAから学ぶセキュリティ管理
masakamayama
0
130
Redshiftを中心としたAWSでのデータ基盤
mashiike
0
120
Postman Vaultを使った秘密情報の安全な管理
nagix
3
220
talk_about_wasmwasi
junkishigaki
0
100
Classmethod AI Talks(CATs) #15 司会進行スライド(2025.02.06) / classmethod-ai-talks-aka-cats_moderator-slides_vol15_2025-02-06
shinyaa31
0
130
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Fireside Chat
paigeccino
34
3.2k
Site-Speed That Sticks
csswizardry
3
320
Automating Front-end Workflow
addyosmani
1367
200k
Optimising Largest Contentful Paint
csswizardry
33
3.1k
Writing Fast Ruby
sferik
628
61k
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
The World Runs on Bad Software
bkeepers
PRO
67
11k
Rails Girls Zürich Keynote
gr2m
94
13k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Agile that works and the tools we love
rasmusluckow
328
21k
Six Lessons from altMBA
skipperchong
27
3.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