This commit is contained in:
huanqing.shao
2019-08-11 00:48:57 +08:00
parent 92480aa14f
commit cb38b3809f
8 changed files with 36 additions and 19 deletions

View File

@ -48,7 +48,7 @@
</div>
<p>
<a target="_blank" :href="`http://demo.kuboard.cn/#/login?isReadOnly=true&token=${$site.themeConfig.kuboardToken}`">
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
Kuboard 在线体验
</a>
</p>
@ -58,16 +58,13 @@
</p>
<div style="width: 100%; margin-bottom: 20px;">
<a target="_blank" :href="`http://demo.kuboard.cn/#/login?isReadOnly=true&token=${$site.themeConfig.kuboardToken}`">
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
<img src="./1564841972085.gif" style="border: 1px solid #d7dae2; width: 100%;"></img>
</a>
</div>
<div
class="footer"
v-if="data.footer"
>
{{ data.footer }}
<div class="footer">
Copyright © 2019-present <a href="http://www.eigpay.com" target="_blank">仁聚汇通</a> | 京ICP备19008693号-2
</div>
</main>
</template>
@ -87,7 +84,7 @@ export default {
actionLink () {
return {
link: `http://demo.kuboard.cn/#/login?isReadOnly=true&token=${this.$site.themeConfig.kuboardToken}`,
link: `http://demo.kuboard.cn/#/dashboard?k8sToken=${this.$site.themeConfig.kuboardToken}`,
text: this.data.actionText
}
},

View File

@ -6,11 +6,11 @@
<div style="text-align: center; margin-top: 5vh;">
<p>
<strong>
<a target="_blank" :href="`http://demo.kuboard.cn/#/login?isReadOnly=true&token=${$site.themeConfig.kuboardToken}`">在线体验</a>
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">在线体验</a>
</strong>
</p>
<div>
<a target="_blank" :href="`http://demo.kuboard.cn/#/login?isReadOnly=true&token=${$site.themeConfig.kuboardToken}`">
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
<img :src="demo_img" style="width: 226px; height: 127px; border: 1px solid #d7dae2;"></img>
</a>
</div>

View File

@ -19,7 +19,7 @@
</div> -->
</div>
</div>
<div slot="page-bottom" class="bottom-description">Copyright © 2019-present Huanqing Shao | 京ICP备19008693号-2</div>
<div slot="page-bottom" class="bottom-description">Copyright © 2019-present <a href="http://www.eigpay.com" target="_blank">仁聚汇通</a> | 京ICP备19008693号-2</div>
</ParentLayout>
</template>

View File

@ -3,7 +3,7 @@ home: true
# heroImage: /overview.png
layout: HomePage
actionText: 在线体验
# actionLink: `http://demo.kuboard.cn/#/login?isReadOnly=true&token=${$site.themeConfig.kuboardToken}`
# actionLink: `http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`
actionText2: 开始使用 →
actionLink2: /overview/
features:
@ -13,6 +13,5 @@ features:
details: 经典微服务参考架构Spring Cloud 实战案例
- title: 多层次监控
details: 资源层监控、中间件层监控、链路层监控
footer: Copyright © 2019-present Huanqing Shao | 京ICP备19008693号-2
---

View File

@ -169,7 +169,7 @@ Kuboard 认为,应该以微服务视角的视角快速查看到该无服务在
![image-20190809220543742](./kuboard-view-of-k8s.assets/image-20190809220543742.png)
点击图中 ***Nginx 监控***、 ***容器组监控***、 ***所在节点监控*** 等按钮,可以直接打开该容器组对应的监控界面。因为篇幅的限制,此处不再展开描述,请点击 <a target="_blank" :href="`http://demo.kuboard.cn/#/login?isReadOnly=true&token=${$site.themeConfig.kuboardToken}`">
点击图中 ***Nginx 监控***、 ***容器组监控***、 ***所在节点监控*** 等按钮,可以直接打开该容器组对应的监控界面。因为篇幅的限制,此处不再展开描述,请点击 <a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
Kuboard 在线体验
</a> 查看具体的监控效果。
@ -184,7 +184,7 @@ Kuboard 产生于 Spring Cloud 微服务落地的实践中,并在许多的实
* 工作负载视图
* 监控视图
目前 Kuboard 已经可以免费供大家使用,感性的朋友可访问 www.kuboard.cn 获得详细的信息
Kuboard 在实际项目中经过多次历练,功能不断完善,成长为一个基于 Kubernetes 的成熟的微服务管理工具。自 www.kuboard.cn 推出以来得到了众多网友非常多的反馈在大家的帮助下修正了许多不同环境下的兼容性问题。2018-8-11 终于结束了 beta 阶段,发布 [v1.0.0 正式版本](/overview/change-log.html#v1-0-0)。该版本将是一个<font color="red">**长期支持版本**</font>,碰到问题,可以通过 Kuboard 社群得到支持,如需要获得商业支持请通过微信联系作者
![作者微信](../../overview/change-log.assets/wechat.jpeg)

View File

@ -2,7 +2,7 @@
A cool Kubernetes dashboard.
一款帮助您快速落地 **Kubernetes + 微服务** 的 K8S 管理控制台工具。
基于 Kubernetes 微服务管理平台
<div style="border-top: 1px solid #eaecef;
padding: 1.2rem 0;
@ -74,7 +74,7 @@ A cool Kubernetes dashboard.
## 在线体验
<p>
<a target="_blank" :href="`http://demo.kuboard.cn/#/login?isReadOnly=true&token=${$site.themeConfig.kuboardToken}`">
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
Kuboard 在线体验
</a>
</p>
@ -83,7 +83,7 @@ A cool Kubernetes dashboard.
为保证环境的稳定性,在线 Demo 中只提供只读权限。<span style="color: #F56C6C; font-weight: 500;">请在PC浏览器中打开</span>
</p>
<a target="_blank" :href="`http://demo.kuboard.cn/#/login?isReadOnly=true&token=${$site.themeConfig.kuboardToken}`">
<a target="_blank" :href="`http://demo.kuboard.cn/#/dashboard?k8sToken=${$site.themeConfig.kuboardToken}`">
<img src="./README.assets/1564841972085.gif" style="border: 1px solid #d7dae2;"></img>
</a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1,5 +1,26 @@
# 更新日志
## v1.0.0
**发布日期**
2019-08-11
**发布说明**
Kuboard 在实际项目中经过多次历练,功能不断完善,成长为一个基于 Kubernetes 的成熟的[微服务管理工具](/articles/201908/kuboard-view-of-k8s.md)。自 www.kuboard.cn 推出以来,得到了众多网友非常多的反馈,在大家的帮助下,修正了许多不同环境下的兼容性问题。今天终于结束了 beta 阶段,发布 **v1.0.0 正式版本**。该版本将是一个<font color="red">**长期支持版本**</font>,碰到问题,可以通过 Kuboard 社群得到支持,如需要获得商业支持请通过微信联系作者。
![作者微信](./change-log.assets/wechat.jpeg)
**优化**
* 可以通过查询参数中的 k8sToken 字段直接登录系统,无需在登录界面输入 Token
* 例如,如果想要无登录直接访问容器组的控制台,可使用如下格式的 url 进入:
`http://yourip:yourport/#/console/pzy/yourPod?containerName=yourContainer&k8sToken=yourToken`
* 登录界面显示帮助链接
* 登录界面增加记住登录状态选项
* 日志/终端界面增加返回名称空间按钮
## v1.0.0-beta.14
**发布日期**