Skip to content

Commit

Permalink
添加Kubernetes部署说明
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Mar 13, 2021
1 parent 5df5848 commit 624bc91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
## 项目介绍

`mall-swarm`是一套微服务商城系统,采用了 Spring Cloud Hoxton & Alibaba、Spring Boot 2.3、Oauth2、MyBatis、Elasticsearch、Docker等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。`mall-swarm`在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。
`mall-swarm`是一套微服务商城系统,采用了 Spring Cloud Hoxton & Alibaba、Spring Boot 2.3、Oauth2、MyBatis、Elasticsearch、Docker、Kubernetes等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。`mall-swarm`在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。

## 系统架构图

Expand Down Expand Up @@ -79,6 +79,7 @@ mall
| Seata | 全局事务管理框架 | https://github.com/seata/seata |
| Portainer | 可视化Docker容器管理 | https://github.com/portainer/portainer |
| Jenkins | 自动化部署工具 | https://github.com/jenkinsci/jenkins |
| Kubernetes | 应用容器管理平台 | https://kubernetes.io/ |

### 前端技术

Expand Down Expand Up @@ -127,6 +128,10 @@ mall
- 本项目在Docker容器下的部署请参考:[mall-swarm在Linux环境下的部署(基于Docker容器)](http://www.macrozheng.com/#/deploy/mall_swarm_deploy_docker);
- 本项目使用Jenkins自动化部署请参考:[微服务架构下的自动化部署,使用Jenkins来实现](http://www.macrozheng.com/#/deploy/mall_swarm_deploy_jenkins)

> Kubernetes环境部署
- 本项目使用Kubernetes部署请参考:[mall-swarm微服务项目在K8S下的实践!](http://www.macrozheng.com/#/deploy/mall_swarm_deploy_k8s)

## 运行效果展示

- 查看注册中心注册服务信息,访问地址:http://192.168.3.101:8848/nacos/
Expand Down

0 comments on commit 624bc91

Please sign in to comment.