This commit is contained in:
huanqing.shao
2019-10-12 20:01:03 +08:00
parent a38c2a6712
commit b4a2a48480
170 changed files with 471 additions and 34 deletions

View File

@ -5,6 +5,8 @@ description: 熟悉Kuboard_on_Kubernetes_的最佳途径。
# 使用手册
<AdSenseTitle/>
**Kuboard 的设计目标**
* 降低 Kubernetes 学习门槛,让初学者先把 Kubernetes 用起来,再逐步理解 Kubernetes 中的各种概念

View File

@ -8,6 +8,8 @@ meta:
# 计算资源管理
<AdSenseTitle/>
## 前提
必须具备如下条件:

View File

@ -5,6 +5,8 @@ description: 使用Kuboard管理Kubernetes名称空间。
# 名称空间管理
<AdSenseTitle/>
## 创建名称空间
### 前提

View File

@ -5,6 +5,8 @@ description: 使用Kuboard管理Kubernetes存储类StorageClass
# 存储空间管理
<AdSenseTitle/>
## 创建存储类
前提

View File

@ -4,6 +4,8 @@ description: 使用Kuboard监听Kubernetes集群的最新事件_并通过这些
# 集群事件
<AdSenseTitle/>
通过观察 Kuberetes 集群事件,可以快速诊断部署时发生的问题。
Kuboard 建立了与 kubernetes apiserver 的长连接,可以在第一时间将集群中的事件更新以通知的形式显示在 dashboad 上。

View File

@ -4,7 +4,7 @@ description: 使用Kuboard打开并跟踪容器组的最新日志以便对Kub
# 日志及终端
<AdSenseTitle/>
# 日志

View File

@ -4,6 +4,8 @@ description: 使用Kuboard对Kubernetes上容器组的端口进行转发。
# 端口转发
<AdSenseTitle/>
微服务环境中,各个服务都通过 TCP / UDP 端口的形式提供访问。按调用者所在位置、通信协议的形式来划分,大致有如下几种情况:
| 调用者所在位置 | 通信协议 | 临时性 | 常见场景 | 推荐配置方式 |

View File

@ -5,6 +5,8 @@ description: 使用Kuboard向Kubernetes部署一个最简单的Deployment
# 部署 busybox
<AdSenseTitle/>
## 前提
必须具备如下条件:

View File

@ -5,6 +5,8 @@ description: 通过Kuboard将一个预先定义好的SpringCloud微服务样例
# 导入 example 微服务
<AdSenseTitle/>
## 前提
必须具备如下条件:

View File

@ -5,6 +5,8 @@ description: 使用Kuboard在Kubernetes上安装监控套件并对example微
# 监控 example <Badge text="alpha" type="warn"/>
<AdSenseTitle/>
## 前提
必须具备如下条件:

View File

@ -4,6 +4,8 @@ description: Kuboard中的Kubernetes监控套件
# 监控套件 <Badge text="alpha" type="warn"/>
<AdSenseTitle/>
作者已经在自己的多个项目中使用了监控套件,但是由于在使用时,需要针对具体的项目做少量的定制,因此,监控套件目前还处于 alpha 状态。
监控套件分全局监控套件和局部监控套件两种类型:

View File

@ -4,6 +4,8 @@ description: 如何基于KuboardAPI实现自定义的Kubernetes监控套件
# 自定义监控套件 <Badge text="alpha" type="warn"/>
<AdSenseTitle/>
文档建设中...
> * 请参考 [监控 example](/guide/example/monitor.html) <Badge text="alpha" type="warn"/> 体验 Kuboard 在监控套件方面的设想

View File

@ -4,7 +4,7 @@ description: 使用Kuboard对Kubernetes 行日常调整_包括_批量删除容
# 日常调整
<AdSenseTitle/>
## 前提

View File

@ -4,6 +4,8 @@ description: 使用Kuboard配置Kubernetes_ConfigMap
# 配置ConfigMap
<AdSenseTitle/>
配置: Kubernetes ConfigMap
# 查看配置列表

View File

@ -4,6 +4,8 @@ description: 使用Kuboard将Kubernetes名称空间中安装的应用程序配
# 多环境
<AdSenseTitle/>
在实际开发项目的过程中,我们必然会碰到如下场景:
1. 创建一个开发环境,并在其中完成应用部署

View File

@ -4,6 +4,8 @@ description: 使用Kuboard配置Kubernetes的存储卷声明Persistent_Volume_Cl
# 存储卷声明
<AdSenseTitle/>
存储卷声明: Kubernetes Persistent Volume Claim

View File

@ -4,7 +4,7 @@ description: 使用Kuboard配置Kubernetes_Secrets
# Secrets
<AdSenseTitle/>
# 查看 Secrets 列表

View File

@ -4,7 +4,7 @@ description: Kuboard_on_Kubernetes_工作负载编辑器_无需编写YAML文件
# 工作负载
<AdSenseTitle/>
## 创建/查看/编辑工作负载