当前位置:网站首页>8. Swarm creates maintenance and horizontal extension service
8. Swarm creates maintenance and horizontal extension service
2020-11-06 22:33:00 【Taizhu-yj】
establish service
docker service create --name demo busybox sh -c "while true;do sleep 3600;done"
see service, There is only one copy replicas 1/1
docker service ls
ID NAME MODE REPLICAS IMAGE PORTS
qbpicc7rvm49 demo replicated 1/1 busybox:latest
see service Details
docker service ps demo
ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS
nlgymox7pt59 demo.1 busybox:latest localhost.localdomain Running Running about a minute ago
Set up service Replications for 5
docker service scale demo=5
Look again service, Number of copies replicas 5/5
docker service ls
ID NAME MODE REPLICAS IMAGE PORTS
qbpicc7rvm49 demo replicated 5/5 busybox:latest
It turns on 5 individual service copy , Distribution in 3 individual worker node On
docker service ps demo
ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS
nlgymox7pt59 demo.1 busybox:latest localhost.localdomain Running Running 6 minutes ago
wjnahehppsvu demo.2 busybox:latest localhost.localdomain Running Running 2 minutes ago
ogojxvke7t9b demo.3 busybox:latest localhost.localdomain Running Running 3 minutes ago
dweehxcozoku demo.4 busybox:latest localhost.localdomain Running Running 2 minutes ago
1ix2fdj39m03 demo.5 busybox:latest localhost.localdomain Running Running 2 minutes ago
Let's go to one of them worker node Delete one from the service copy
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a8661d168e78 busybox:latest "sh -c 'while true;d…" 4 minutes ago Up 4 minutes demo.3.ogojxvke7t9bza62haisw3as2
2f800599e183 busybox:latest "sh -c 'while true;d…" 8 minutes ago Up 8 minutes demo.1.nlgymox7pt59vrdj7lfjk8e4b
docker rm -f 2f800599e183
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a8661d168e78 busybox:latest "sh -c 'while true;d…" 38 minutes ago Up 38 minutes demo.3.ogojxvke7t9bza62haisw3as2
And then back to swarm manager Node , see service The number of copies becomes 4 individual , But after a short time , Back to 5 individual
docker service ls
ID NAME MODE REPLICAS IMAGE PORTS
qbpicc7rvm49 demo replicated 5/5 busybox:latest
Check it again demo Copy details ,demo.1 It was deleted , But in swarm manager Under the management of , Some workder node Another one has been opened service Copy of , Guarantee service The number of copies of is valid .
docker service ps demo
ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS
z5vhrcrec1d4 demo.1 busybox:latest localhost.localdomain Running Running 6 minutes ago
nlgymox7pt59 \_ demo.1 busybox:latest localhost.localdomain Shutdown Failed 6 minutes ago "task: non-zero exit (137)"
wjnahehppsvu demo.2 busybox:latest localhost.localdomain Running Running 44 minutes ago
ogojxvke7t9b demo.3 busybox:latest localhost.localdomain Running Running 44 minutes ago
dweehxcozoku demo.4 busybox:latest localhost.localdomain Running Running 44 minutes ago
1ix2fdj39m03 demo.5 busybox:latest localhost.localdomain Running Running 44 minutes ago
We want to delete service, Need to be in swarm manager Node
docker service rm demo
demo
docker service ls
ID NAME MODE REPLICAS IMAGE PORTS
版权声明
本文为[Taizhu-yj]所创,转载请带上原文链接,感谢
边栏推荐
- Composition of MRAM cache
- A concise tutorial for Nacos, ribbon and feign
- 条形码识别性能低,如何优化Dynamsoft Barcode Reader解码性能
- 如何创建交互式内核密度图表
- 【涂鸦物联网足迹】涂鸦云平台全景介绍
- 2020 database technology conference helps technology upgrade
- Win7 AppCrash (solution)
- The memorandum model of behavior model
- How to optimize the decoding performance of dynamsoft barcode reader
- Points to be considered when deleting mapping field of index in ES
猜你喜欢
August 24, 2020: what are small documents? What's wrong with a lot of small files? How to solve many small files? (big data)
ImageMagick - 添加水印
2020-08-29: process thread differences, in addition to the inclusion relationship, the underlying details?
Epu360: all the H5 templates you want are here, e-book, big turntable, red envelope rain, questionnaire survey
7.Swarm搭建集群
20 XR projects roadshows, nearly 20 capital institutions attended! We sincerely invite you to attend the 2020 qcomm XR eco Partner Conference
A good thing for working people -- to temper the will of iron and steel requires such an efficient computer
轻量型 GPU 应用首选 京东智联云推出 NVIDIA vGPU 实例
Markdown tricks
2020-08-17: how to solve data skew in detail?
随机推荐
vue3 新特性
STM32F030C6T6兼容替换MM32SPIN05PF
Epu360: all the H5 templates you want are here, e-book, big turntable, red envelope rain, questionnaire survey
大佬们如何在nginx镜像里面增加模块?
Stm32f030f4p6 compatible with smart micro mm32f031f4p6
What are the highlights of Huawei mate 40 series with HMS?
应用层软件开发教父教你如何重构,资深程序员必备专业技能
August 24, 2020: what are small documents? What's wrong with a lot of small files? How to solve many small files? (big data)
Design of NAND flash interface control
ImageMagick - add watermark
How to start the hidden preferences in coda 2 on the terminal?
VARCHART XGantt入门教程
20个XR项目路演,近20个资本机构出席!诚邀您参加2020 Qualcomm XR生态合作伙伴大会
August 18, 2020: introduce Mr process?
[byte jumps, autumn recruitment Posts open] ohayoo! Don't leave after school, I want to ask you to play games!!!
Erd-online free online database modeling tool
python3操作Jenkins模块api
Code generator plug-in and creator preform file analysis
消防器材RFID固定资产管理系统
The method of local search port number occupation in Windows system