准备4台服务器安装好docker
一、环境准备:
#四台服务器安装依赖
yum install -y gcc
yum install -y gcc-c++
yum install -y yum-utils
这里请参考docker安装
https://blog.csdn.net/m0_46180357/article/details/107960872
参考官方:https://docs.docker.com/get-started/overview/
工作模式:分为管理节点和工作节点,管理节点可以控制工作节点,工作节点不能控制管理节点,管理节点可以互相进行管理,至少要有三个管理节点。
二、集群搭建
参考帮助文档
#参考帮助
[root@jzyue01 ~]# docker swarm --help
Usage: docker swarm COMMAND
Manage Swarm
Commands:
ca Display and rotate the root CA
init Initialize a swarm
join Join a swarm as a node and/or manager
join-token Manage join tokens
leave Leave the swarm
unlock Unlock swarm
unlock-key Manage the unlock key
update Update the swarm
Run 'docker swarm COMMAND --help' for more information on a command.
[root@jzyue01 ~]# docker swarm init --help
Usage: docker swarm init [OPTIONS]
Initialize a swarm
Options:
--advertise-add