入门教程

This commit is contained in:
huanqing.shao
2021-04-03 22:11:52 +08:00
parent f8ac87fc10
commit 086cf27744
68 changed files with 106 additions and 107 deletions

View File

@ -52,7 +52,7 @@ meta:
## **Kubernetes 体验**
* [安装 Kubernetes 单Master节点](/install/install-k8s.html) 30分钟初学者也许需要更多
* 参照经过众多网友验证,不断优化的安装文档,迅速完成 Kubernetes 安装,拥有属于自己的 Kubernetes 集群。
* [安装微服务管理界面](/install/install-dashboard.html) 5分钟
* [安装微服务管理界面](/install/v3/install.html) 5分钟
* 使用 Kuboard无需编写复杂冗长的 YAML 文件,就可以轻松管理 Kubernetes 集群。
* [创建 busybox](/guide/example/busybox.html) 10分钟
* 快速在 Kubernetes 集群中安装一个部署,并与当中的容器组交互。