优化学习路径

This commit is contained in:
huanqing.shao
2019-08-12 00:20:48 +08:00
parent b04a329a64
commit 1de4762d18

View File

@ -99,7 +99,7 @@ A cool Kubernetes dashboard.
Kuboard 为 Kubernetes 初学者设计了如下学习路径:
* **Kubernetes 入门**
* **Kubernetes 体验**
* [安装 Kubernetes 单Master节点](/install/install-k8s.html) 1小时初学者也许需要更多
* 参照经过众多网友验证,不断优化的安装文档,迅速完成 Kubernetes 安装,拥有属于自己的 Kubernetes 集群。
* [安装 Kuboard](/install/install-dashboard.html) 5分钟
@ -109,8 +109,15 @@ Kuboard 为 Kubernetes 初学者设计了如下学习路径:
* [导入 example 微服务应用](/guide/example/import.html) 15分钟
* 导入一个完整的 example 微服务应用,体验 Spring Cloud 在 Kubernetes 上的部署过程。
* **Kubernetes 进阶**
* **Kubernetes 入门**
* [十分钟带你理解Kubernetes核心概念](k8s-core-concepts.html)
* [Learn Kubernetes Basics](https://kubernetes.io/docs/tutorials/kubernetes-basics/)
* [Using kubectl to Create a Deployment](https://kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/)
* [Viewing Pods and Nodes](https://kubernetes.io/docs/tutorials/kubernetes-basics/explore/explore-intro/)
* [Using a Service to Expose Your App](https://kubernetes.io/docs/tutorials/kubernetes-basics/expose/expose-intro/)
* [Running Multiple Instances of Your App](https://kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-intro/)
* [Performing a Rolling Update](https://kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/)
> Kubernetes 官方教程质量非常高,正在翻译
### Kubernetes 有经验者