一、Nacos
介绍Nacos,主要包括服务发现、配置管理、服务治理、UI、社区活跃。
1. 基础架构
基础架构及功能图
2. 快速开始
# 下载并编译
git clone https://github.com/alibaba/nacos.git
cd nacos/
mvn -Prelease-nacos -Dmaven.test.skip=true clean install -U
ls -al distribution/target/
// change the $version to your actual path
cd distribution/target/nacos-server-$version/nacos/bin
# 启动 (非集群稳定版本 )
sh startup.sh -m standalone
# 访问路径
# http://127.0.0.1:8848/nacos