调整结构

This commit is contained in:
huanqing.shao
2019-09-14 23:00:19 +08:00
parent b87d147524
commit a23e1fb75f
40 changed files with 706 additions and 48 deletions

View File

@@ -0,0 +1,23 @@
---
description: 本文描述了 Kuboard 如何处理 Kubernetes 容器组
---
# 容器组 - Kuboard
## 通过 Kuboard 创建容器组
由于在 Kubernetes 中任何时候都是不推荐用户直接创建容器组而是应该通过控制器创建容器组Kuboard 管理工具并不提供直接创建容器组的界面,而是通过 **工作负载编辑器** 创建 Deployment、StatefulSet、DaemonSet 等方式来创建容器组。
在 Kuboard **工作负载编辑器** 中,容器组的概念处于如下图所示的位置:
在 Kuboard **工作负载编辑器** 界面中,容器组的 template 由界面中的如下几个部分指定:
## 通过 Kuboard 查看容器组
Kuboard 中,有两种方式可以查看容器组的信息:
* 通过 **工作负载编辑器** 显示界面查看
* 通过 **容器组列表** 查看
## 工作负载编辑器
## 容器组列表