description

This commit is contained in:
huanqing.shao
2019-08-26 07:53:41 +08:00
parent df984a97a2
commit 0e40713451
38 changed files with 173 additions and 44 deletions

View File

@ -1,3 +1,7 @@
---
description: 使用 Kuboard 向 Kubernetes 部署一个最简单的 Deployment
---
# 部署 busybox
## 前提
@ -100,4 +104,3 @@ Busybox 是一个非常小巧不到5M的容器此处用它来展示如
输入 *export* 并回车后,可查看该容器当前的环境变量。您也可以在终端中执行任何容器内部的命令。在您完成容器的部署之后,终端界面是非常有效的问题诊断工具之一。
![image-20190723120125425](./busybox.assets/image-20190723120125425.png)

View File

@ -1,3 +1,7 @@
---
description: 通过 Kuboard 将一个预先定义好的 Spring Cloud 微服务样例程序导入到 Kubernetes 中。
---
# 导入 example 微服务
## 前提
@ -148,4 +152,3 @@ example中用到了存储卷声明请在 Kuboard 中 [创建存储类](/guide
> ```
>
>

View File

@ -1,4 +1,6 @@
---
description: 使用 Kuboard 在 Kubernetes 上安装监控套件,并对 example 微服务实现资源层监控、中间件层监控、链路追踪和 APM 监控
---
# 监控 example <Badge text="alpha" type="warn"/>
@ -212,4 +214,4 @@ kubectl -n kube-system create secret generic etcd-certs --from-file=/etc/kuberne
![image-20190718121133160](./monitor.assets/image-20190718121133160.png)
![image-20190718121133160](./monitor.assets/image-20190718121133160.png)