diff --git a/README.En.md b/README.En.md
index 851cee31..356c12e5 100644
--- a/README.En.md
+++ b/README.En.md
@@ -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
@@ -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
diff --git a/README.md b/README.md
index a5747115..a5568c39 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,9 @@ Simple Admin 是一个开箱即用的分布式微服务后端管理系统,基
| 配置中心 | 已完成 |
| 字典功能 | 已完成 |
| 三方登录管理 | 已完成 |
+| 全面支持 K8s | 进行中 |
+### 项目前期使用consul进行服务注册发现主要是为了适应低配置服务器,近期将会主要优化 K8s 的部署流程,项目未来也会主要使用K8s进行部署。
## 预览
diff --git a/docs/simple-admin/en/README.md b/docs/simple-admin/en/README.md
index ae953720..8775e6fe 100644
--- a/docs/simple-admin/en/README.md
+++ b/docs/simple-admin/en/README.md
@@ -3,7 +3,7 @@
Simple Admin
-**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/)
@@ -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
@@ -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
diff --git a/docs/simple-admin/zh-cn/README.md b/docs/simple-admin/zh-cn/README.md
index 9ab0379e..b03d5301 100644
--- a/docs/simple-admin/zh-cn/README.md
+++ b/docs/simple-admin/zh-cn/README.md
@@ -3,7 +3,7 @@
Simple Admin
-**中文** | [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/)
@@ -40,7 +40,11 @@ Simple Admin 是一个开箱即用的分布式微服务后端管理系统,基
| 操作日志 | 已完成 |
| 服务注册发现 | 已完成 |
| 配置中心 | 已完成 |
+| 字典功能 | 已完成 |
+| 三方登录管理 | 已完成 |
+| 全面支持 K8s | 进行中 |
+### 项目前期使用consul进行服务注册发现主要是为了适应低配置服务器,近期将会主要优化 K8s 的部署流程,项目未来也会主要使用K8s进行部署。
## 预览