first commit
This commit is contained in:
27
docs/guide/README.md
Normal file
27
docs/guide/README.md
Normal file
@ -0,0 +1,27 @@
|
||||
# 使用手册
|
||||
|
||||
**Kuboard 的设计目标**
|
||||
|
||||
* 降低 Kubernetes 学习门槛,让初学者先把 Kubernetes 用起来,再逐步理解 Kubernetes 中的各种概念
|
||||
* 提高 Kubernetes 运维的便捷性,让资深 Kubernetes 运维人员脱离 kubectl 命令行,直接在 Kuboard 界面中完成日常运维工作
|
||||
|
||||
**熟悉 Kuboard 的最佳途径**
|
||||
|
||||
* 创建一个最简单的工作负载
|
||||
|
||||
[创建 busybox](example/busybox)
|
||||
|
||||
* 导入一套最简单的 Spring Cloud 微服务工作负载
|
||||
|
||||
[导入 example](example/import)
|
||||
|
||||
* 根据微服务上下文查看监控结果
|
||||
|
||||
[在微服务上下文中监控 example](example/monitor)
|
||||
|
||||
**Kuboard 可用于**
|
||||
|
||||
* 管理 Kubernetes 集群
|
||||
* 管理部署于 Kubernetes 的微服务
|
||||
* 诊断集群中的问题
|
||||
* 监控部署于 Kubernetes 的微服务
|
||||
Reference in New Issue
Block a user