This commit is contained in:
huanqing.shao
2019-10-01 20:55:59 +08:00
parent 6c94e4db2e
commit ad0b685a15
2 changed files with 9 additions and 12 deletions

View File

@ -4,11 +4,10 @@
<SidebarLinks :depth="0" :items="items"/>
<slot name="bottom"/>
<div style="text-align: center; margin-top: 5vh;">
<p>
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
<img src="/images/logo-main.png" alt="Kuboard_快速在Kubernetes上落地微服务"/>
</a>
</p>
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
<img style="width: 242px; border: 1px solid #d7dae2;" src="/images/logo-main.png" alt="Kuboard_快速在Kubernetes上落地微服务"/>
</a>
<p>
<strong>
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">在线体验</a>
@ -16,7 +15,7 @@
</p>
<div>
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
<img :src="demo_img" style="width: 215px; height: 127px; border: 1px solid #d7dae2;" alt="Kubernetes教程Kuboard在线体验"></img>
<img :src="demo_img" style="width: 242px; height: 127px; border: 1px solid #d7dae2;" alt="Kubernetes教程Kuboard在线体验"></img>
</a>
</div>
<p>

View File

@ -14,6 +14,10 @@ meta:
* Kubernetes 初学者
* 学习过 Kubernetes但在投产过程中仍有诸多疑虑和困惑的技术爱好者
<p style="max-width: 450px; text-align: middle;">
<img src="/images/logo-main.png" style="background-color: #0063dc; max-width: 100%;" alt="Kubernetes管理界面Kuboard Logo"/>
</p>
## **Kubernetes 体验**
* [安装 Kubernetes 单Master节点](/install/install-k8s.html) 30分钟初学者也许需要更多
* 参照经过众多网友验证,不断优化的安装文档,迅速完成 Kubernetes 安装,拥有属于自己的 Kubernetes 集群。
@ -78,12 +82,6 @@ meta:
在 Kubernetes 上部署 Spring Cloud 微服务:
* [概述](/learning/k8s-practice/spring-cloud/)
* [部署服务注册中心]
* [部署数据库]
* [部署微服务]
* [部署服务网关]
* [部署Web前端]
* [管理多环境]
在 Kubernetes 上部署 Spring Cloud 微服务:(Open Capacity Platform)