https://nacos.io/zh-cn/docs/cluster-mode-quick-start.html
根据官网要求,至少3个节点(VM VirtualBox 比VMWare占资源要少些)
2.用 SecureCRT(工具无所谓,选自己喜欢的就行)建立连接
3.到 github上下载 nacos 安装包。https://github.com/alibaba/nacos/releases
我这边下的最新版
4.通过FTP 工具,上传至linux 服务器。 /opt 目录下
5.分别解压
[root@localhost ~]# cd /opt/ [root@localhost opt]# tar -zxvf ./nacos-server-1.2.1.tar.gz
6.集群配置
未完,待续.............
原文:https://www.cnblogs.com/vipsoft/p/12688834.html