From 87bd66e6cdf67d8a9d6d8a6381b40dd6c77ddca8 Mon Sep 17 00:00:00 2001 From: dqzboy <42825450+dqzboy@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:59:36 +0800 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 853adf5..42dae67 100644 --- a/README.md +++ b/README.md @@ -11,54 +11,54 @@ ## What is DKube This is a K8s cluster management platform;DKube Provides a wizard-style operation interface for K8s cluster management to help your team manage your cluster environment quickly and easily -## 功能 +## 功能 | Function
- K8s集群管理 + K8s集群管理 | K8s cluster management
- 平台化界面 + 平台化界面 | platform interface
- 更加便捷的管理K8s + 更加便捷的管理K8s | More convenient management of K8s
- 支持YAML信息查看\变更 + 支持YAML信息查看\变更 | Support YAML information view\change
- 平台化管理控制器 + 平台化管理控制器 | Platform Management Controller
- 实时查看容器日志 + 实时查看容器日志 | View container logs in real time
-## 截图 +## 截图 | screenshot
- - + + - - + + - - + + @@ -67,7 +67,7 @@ This is a K8s cluster management platform;DKube Provides a wizard-style operat
登入认证管理集群信息状态登入认证管理 | Login authentication management集群信息状态 | Cluster Information Status
节点资源管理名称空间管理节点资源管理 | Node resource management名称空间管理 | namespace management
YAML信息管理Pod副本管理YAML信息管理 | YAML information managementPod副本管理 | Pod copy management
-## 部署 +## 部署 | deploy - 修改kube-config路径: `config/config.go` ```shell @@ -82,9 +82,9 @@ env GOOS=linux GOARCH=amd64 go build -o DKube-Server main.go ~]# ./DKube-Server ``` -- 数据库: `config/config.go` +- 数据库|database: `config/config.go` ```shell -//数据库配置 +//数据库配置|database configuration DbType = "mysql" DbHost = "xx.xx.xx.xx" DbPort = 3306 @@ -99,5 +99,5 @@ npm install npm run build ``` -## 推荐 +## 推荐 | recommend 更多学习教程请关注 [浅时光博客](https://www.dqzboy.com/)