Skip to content

Commit

Permalink
docs: update readme about k8s support
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Oct 9, 2022
1 parent 1f66583 commit 69b39a4
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 26 deletions.
29 changes: 16 additions & 13 deletions README.En.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,21 @@ It can help you to develop a microservice back-end management core in a short ti

## Current Progress

| Module | Status |
|----------------------|-----------|
| Login and Register | finished |
| Menu Management | finished |
| Role Management | finished |
| Role Authority | finished |
| User Management | finished |
| Operation log | finished |
| Service discovery | finished |
| Configuration center | finished |
| Dictionary management | finished |
| Oauth management | finished |
| Module | Status |
|-----------------------|-------------|
| Login and Register | finished |
| Menu Management | finished |
| Role Management | finished |
| Role Authority | finished |
| User Management | finished |
| Operation log | finished |
| Service discovery | finished |
| Configuration center | finished |
| Dictionary management | finished |
| Oauth management | finished |
| Fully support K8s | In progress |

### The use of consul for service registration discovery in the early stage of the project is mainly to adapt to low-configuration servers. In the near future, the deployment process of K8s will be mainly optimized, and the project will mainly use K8s for deployment in the future.

## Preview

Expand All @@ -58,7 +61,7 @@ Password: simple-admin

## Documentation

[文档](https://suyuan32.github.io/simple-admin-core/)
[Document](https://suyuan32.github.io/simple-admin-core/)

or running locally

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ Simple Admin 是一个开箱即用的分布式微服务后端管理系统,基
| 配置中心 | 已完成 |
| 字典功能 | 已完成 |
| 三方登录管理 | 已完成 |
| 全面支持 K8s | 进行中 |

### 项目前期使用consul进行服务注册发现主要是为了适应低配置服务器,近期将会主要优化 K8s 的部署流程,项目未来也会主要使用K8s进行部署。

## 预览

Expand Down
29 changes: 17 additions & 12 deletions docs/simple-admin/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>Simple Admin</h1>
</div>

**English** | [中文](/simple-admin/zh-cn/README.md) \
**English** | [中文](./README.md) \
[![Go-Zero](https://img.shields.io/badge/Go--Zero-v1.4.1-brightgreen.svg)](https://go-zero.dev/)
[![Vben Admin](https://img.shields.io/badge/Vben%20Admin-v2.8.0-yellow.svg)](https://vvbin.cn/doc-next/)
[![GORM](https://img.shields.io/badge/GORM-v1.23.8-blue.svg)](https://gorm.io/)
Expand All @@ -29,16 +29,21 @@ It can help you to develop a microservice back-end management core in a short ti

## Current Progress

| Module | Status |
|----------------------|----------|
| Login and Register | finished |
| Menu Management | finished |
| Role Management | finished |
| Role Authority | finished |
| User Management | finished |
| Operation log | finished |
| Service discovery | finished |
| configuration center | finished |
| Module | Status |
|-----------------------|-------------|
| Login and Register | finished |
| Menu Management | finished |
| Role Management | finished |
| Role Authority | finished |
| User Management | finished |
| Operation log | finished |
| Service discovery | finished |
| Configuration center | finished |
| Dictionary management | finished |
| Oauth management | finished |
| Fully support K8s | In progress |

### The use of consul for service registration discovery in the early stage of the project is mainly to adapt to low-configuration servers. In the near future, the deployment process of K8s will be mainly optimized, and the project will mainly use K8s for deployment in the future.

## Preview

Expand All @@ -56,7 +61,7 @@ Password: simple-admin

## Documentation

[文档](https://suyuan32.github.io/simple-admin-core/)
[Document](https://suyuan32.github.io/simple-admin-core/)

or running locally

Expand Down
6 changes: 5 additions & 1 deletion docs/simple-admin/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>Simple Admin</h1>
</div>

**中文** | [English](/simple-admin/en/README.md) \
**中文** | [English](./README.En.md) \
[![Go-Zero](https://img.shields.io/badge/Go--Zero-v1.4.1-brightgreen.svg)](https://go-zero.dev/)
[![Vben Admin](https://img.shields.io/badge/Vben%20Admin-v2.8.0-yellow.svg)](https://vvbin.cn/doc-next/)
[![GORM](https://img.shields.io/badge/GORM-v1.23.8-blue.svg)](https://gorm.io/)
Expand Down Expand Up @@ -40,7 +40,11 @@ Simple Admin 是一个开箱即用的分布式微服务后端管理系统,基
| 操作日志 | 已完成 |
| 服务注册发现 | 已完成 |
| 配置中心 | 已完成 |
| 字典功能 | 已完成 |
| 三方登录管理 | 已完成 |
| 全面支持 K8s | 进行中 |

### 项目前期使用consul进行服务注册发现主要是为了适应低配置服务器,近期将会主要优化 K8s 的部署流程,项目未来也会主要使用K8s进行部署。

## 预览

Expand Down

0 comments on commit 69b39a4

Please sign in to comment.