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
640
Introduction to Gokit
anarcher
0
140
Other Decks in Technology
See All in Technology
SOC2取得の全体像
shonansurvivors
1
350
Optuna DashboardにおけるPLaMo2連携機能の紹介 / PFN LLM セミナー
pfn
PRO
1
820
AI Agentと MCP Serverで実現する iOSアプリの 自動テスト作成の効率化
spiderplus_cb
0
410
動画データのポテンシャルを引き出す! Databricks と AI活用への奮闘記(現在進行形)
databricksjapan
0
130
PLaMo2シリーズのvLLM実装 / PFN LLM セミナー
pfn
PRO
2
910
Sidekiq その前に:Webアプリケーションにおける非同期ジョブ設計原則
morihirok
17
7.1k
AIAgentの限界を超え、 現場を動かすWorkflowAgentの設計と実践
miyatakoji
0
110
AI時代だからこそ考える、僕らが本当につくりたいスクラムチーム / A Scrum Team we really want to create in this AI era
takaking22
6
2.8k
Oracle Cloud Infrastructure:2025年9月度サービス・アップデート
oracle4engineer
PRO
0
360
インサイト情報からどこまで自動化できるか試してみた
takas0522
0
130
C# 14 / .NET 10 の新機能 (RC 1 時点)
nenonaninu
1
1.4k
[2025-09-30] Databricks Genie を利用した分析基盤とデータモデリングの IVRy の現在地
wxyzzz
0
440
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Music & Morning Musume
bryan
46
6.8k
Typedesign – Prime Four
hannesfritz
42
2.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
Building Applications with DynamoDB
mza
96
6.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Cult of Friendly URLs
andyhume
79
6.6k
Building Adaptive Systems
keathley
43
2.8k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.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