在部署结构图上标注 KUBOARD_ENDPOINT

This commit is contained in:
huanqing.shao
2021-01-20 22:49:17 +08:00
parent aafc8c018c
commit fdc6fc6a1c
13 changed files with 10 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -15,14 +15,14 @@ meta:
在正式安装 kuboard v3 之前,需做好一个简单的部署计划的设计,在本例中,各组件之间的连接方式,如下图所示:
* 假设用户通过 http://外网IP:10080 访问 Kuboard v3
* 安装在 Kubernetes 中的 Kuboard Agent 通过 `内网IP` 访问 Kuboard 的 Web 服务端口 10080 和 Kuboard Agent Server 端口 10081。
<p>
<img src="./install-built-in.assets/image-20210109213231697.png" style="max-width: 600px; margin-left: 20px;"/>
<img src="./install-built-in.assets/image-20210120224243165.png" style="max-width: 600px; margin-left: 20px;"/>
</p>
安装 Kuboard 之前,假设:
* 您已经准备好了一个 Linux 服务器用于安装 Kuboard-V3并且该机器上的 docker 版本不低于 19.03

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -31,14 +31,11 @@ Kuboard 支持多种认证方式:
在正式安装 kuboard v3 之前,需做好一个简单的部署计划的设计,在本例中,各组件之间的连接方式,如下图所示:
* 用户通过 https://github.com 访问 github.com
* 用户通过 `http://外网IP:10080` 访问 Kuboard v3
* Kuboard 通过 https://github.com 访问 GitHub API
* 安装在 Kubernetes 中的 Kuboard Agent 通过 `内网IP:10080` 访问 Kuboard 的 Web 服务端口 80 / 443 和 Kuboard Agent Server 端口 10081。
![image-20210109224747134](./install-github.assets/image-20210109224747134.png)
![image-20210109224747134](./install-github.assets/image-20210120224541968.png)
本例子中,假设:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -30,15 +30,12 @@ Kuboard 支持多种认证方式:
在正式安装 kuboard v3 之前,需做好一个简单的部署计划的设计,在本例中,各组件之间的连接方式,如下图所示:
* 用户通过 http://gitlab.this-is-a-sample.com 访问 gitlab
* 用户通过 http://外网IP:10080 访问 Kuboard v3
* Kuboard 通过 http://gitlab.this-is-a-sample.com 访问 GitLab API
* 安装在 Kubernetes 中的 Kuboard Agent 通过 `内网IP:10080` 访问 Kuboard 的 Web 服务端口 10080 和 Kuboard Agent Server 端口 10081。
![image-20210109224438846](./install-gitlab.assets/image-20210109224438846.png)
![image-20210109224438846](./install-gitlab.assets/image-20210120224425355.png)
本例子中,假设:

View File

@ -10,6 +10,11 @@ meta:
<AdSenseTitle/>
::: danger
刚接触 K8S 的同学,强烈建议您使用 [内建用户库](./install-built-in.html) 的方式安装 Kuboard-v3在 K8S 中安装 Kuboard v3 时,需要理解更复杂的端口映射方式、存储卷声明/存储类等概念。
:::
## 安装步骤
* 获取部署 Kuboard 所需的 YAML 文件:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -31,13 +31,11 @@ Kuboard 支持多种认证方式:
* 用户通过 http://外网IP:10080 访问 Kuboard v3
* Kuboard 通过 `localhost:389``localhost:636` 访问 LDAP
* 安装在 Kubernetes 中的 Kuboard Agent 通过 `内网IP:10080` 访问 Kuboard 的 Web 服务端口 10080 和 Kuboard Agent Server 端口 10081。
![image-20210109231936944](./install-ldap.assets/image-20210109231936944.png)
![image-20210109231936944](./install-ldap.assets/image-20210120224708873.png)
本例子中,假设: