Files
kuboard-press/learning/k8s-intermediate/workload/pod-kuboard.md
huanqing.shao 31709a0b5c seo
2019-09-21 18:56:06 +08:00

24 lines
905 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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