结构调整
@ -67,7 +67,7 @@ module.exports = {
|
||||
{ text: '安装', link: '/install/install-dashboard' },
|
||||
{ text: '学习', link: '/learning/' },
|
||||
{ text: '使用', link: '/guide/' },
|
||||
{ text: '微服务', link: '/micro-service/spring-cloud/' },
|
||||
{ text: '微服务', link: '/micro-service/overview/kuboard-view-of-k8s.html' },
|
||||
{ text: '博客', link: 'https://blog.kuboard.cn/compaign' }
|
||||
// { text: 'DevOps', link: '/devops/' }
|
||||
],
|
||||
@ -239,6 +239,13 @@ module.exports = {
|
||||
],
|
||||
|
||||
'/micro-service/': [
|
||||
{
|
||||
title: '概述',
|
||||
collapsable: false,
|
||||
children: [
|
||||
'overview/kuboard-view-of-k8s'
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Spring Cloud',
|
||||
collapsable: false,
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
<a href="/guide/" class="nav-link">使用</a>
|
||||
</div>
|
||||
<div class="side-nav-item" :style="activeLinkStyle('/micro-service/')">
|
||||
<a href="/micro-service/spring-cloud/" class="nav-link">微服务</a>
|
||||
<a href="/micro-service/overview/kuboard-view-of-k8s.html" class="nav-link">微服务</a>
|
||||
</div>
|
||||
<!-- <div class="side-nav-item" :style="activeLinkStyle('/noactive/')">
|
||||
<a href="https://blog.kuboard.cn/compaign/" target="_blank" class="nav-link">博客</a>
|
||||
|
||||
@ -14,8 +14,9 @@ description: Kubernetes 学习路径推荐
|
||||
* [6. 复习Kubernetes核心概念](/learning/k8s-basics/k8s-core-concepts.html) (10分钟)
|
||||
|
||||
## **Kubernetes 进阶**
|
||||
* [从微服务视角理解 Kubernetes](/articles/201908/kuboard-view-of-k8s.html)
|
||||
* [通过互联网访问您的应用](/learning/k8s-intermediate/ingress.html)
|
||||
* [使用 ConfigMap 配置您的应用程序](/learning/k8s-intermediate/config-map.html)
|
||||
|
||||
|
||||
## **课程推荐**
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 284 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 476 KiB After Width: | Height: | Size: 476 KiB |
|
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 226 KiB |
|
Before Width: | Height: | Size: 392 KiB After Width: | Height: | Size: 392 KiB |
@ -123,8 +123,8 @@ Kuboard 为 Kubernetes 初学者设计了如下学习路径:
|
||||
* [6. 复习Kubernetes核心概念](/learning/k8s-basics/k8s-core-concepts.html) (10分钟)
|
||||
|
||||
* **Kubernetes 进阶**
|
||||
* [从微服务视角理解 Kubernetes](/articles/201908/kuboard-view-of-k8s.html)
|
||||
* [通过互联网访问您的应用](/learning/k8s-intermediate/ingress.html)
|
||||
* [使用 ConfigMap 配置您的应用程序](/learning/k8s-intermediate/config-map.html)
|
||||
* 进阶路线一
|
||||
* 在实际项目中锻炼,完成各种与微服务、容器化、Kubernetes更多高级功能的学习、理解和应用
|
||||
* **适合人群:** 身边有人带路,并且技术功底比较强的人,能够自行翻阅大量 docker / kubernetes 的官网英文资料。这些人在完成上面的 Kubernetes 入门教程之后,基本上可以在项目中开始实战了。
|
||||
|
||||