当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- VARCHART XGantt如何在日历上表示工作日
- confd
- 插件Bilibili新版0.5.5
- Practice of Xiaoxiong school development board: real equipment access of smart street lamp sandbox experiment
- 消防器材RFID固定资产管理系统
- How to use Gantt chart layers and filters
- Application insights application insights use application maps to build request link views
- 迅为iMX6开发板-设备树内核-menuconfig的使用
- How to optimize the decoding performance of dynamsoft barcode reader
- 迅为-iMX6ULL开发板上配置AP热点
猜你喜欢
Reserved battery interface, built-in charge and discharge circuit and electricity meter, quickly help easily handle hand-held applications
PHP后门隐藏技巧
Jenkins installation and deployment process
Ora-02292: complete constraint violation (midbjdev2.sys_ C0020757) - subrecord found
FreeSWITCH视频会议“标准”解决方案
心理咨询app开发所具备的优点与功能
The method of local search port number occupation in Windows system
JVM memory allocation - xms128m - xmx512m - XX: permsize = 128M - XX: maxpermsize = 512M
The Interpreter pattern of behavior pattern
Introduction to Huawei cloud micro certification examination
随机推荐
How to write plug-in code of small program mall system? How to use code to check whether the plug-in is successfully added?
confd
实验一
Countdown | 2020 PostgreSQL Asia Conference - agenda arrangement of Chinese sub Forum
Interviewer: how about shardingsphere
What are the highlights of Huawei mate 40 series with HMS?
Qt音视频开发46-视频传输UDP版
非易失性MRAM存储器应用于各级高速缓存
Gantt chart grouping activities tutorial
高速公路二维码定位报警系统
A good thing for working people -- to temper the will of iron and steel requires such an efficient computer
What grammar is it? ]
C calls SendMessage to refresh the taskbar icon (the icon does not disappear at the end of forcing)
MRAM高速缓存的组成
VARCHART XGantt如何在日历上表示工作日
LEADTOOLS如何检测,读取和写入条形码
2020-09-04: do you understand the function call convention?
Hdu3974 assign the task segment tree DFS order
Git remote library rollback specified version
The Interpreter pattern of behavior pattern