入门教程

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

@@ -66,7 +66,7 @@ Kuboard是一款免费的 Kubernetes 图形化管理工具Kuboard 力图
</b-card>
</div>
<div style="flex-grow: 1; flex-basis: 20%; min-width: 200px; cursor: pointer; padding: 1rem 0.5rem;" @click="$router.push({path: '/install/install-dashboard.html'})">
<div style="flex-grow: 1; flex-basis: 20%; min-width: 200px; cursor: pointer; padding: 1rem 0.5rem;" @click="$router.push({path: '/install/v3/install.html'})">
<b-card shadow="hover" style="height: 225px;">
<h2 style="font-size: 1.1rem; font-weight: 500; border-bottom: none; padding-bottom: 0; color: #3a5169;">
Kubernetes管理界面

View File

@@ -34,7 +34,7 @@ meta:
Kuboard 为初学者学习 Kubernetes 时设计了如下学习路径:
* 跟随文档 [安装 Kubernetes 单Master节点](/install/install-k8s.html) 快速安装一个可以练习使用的 Kubernetes 环境初学者也许要花费2小时或更多
* 跟随文档 [安装 Kuboard](/install/install-dashboard.html) 5分钟
* 跟随文档 [安装 Kuboard](/install/v3/install.html) 5分钟
* 使用 Kuboard 工作负载编辑器 [创建 busybox](/guide/example/busybox.html) 10分钟
* 尝试 Kuboard 设计的其他 example [使用 Kuboard](/guide/index.html)