v1.0.7-beta.3
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="$themeConfig.showAds" class="adsense-page-bottom-inline" :style="$isDev ? 'background-color: grey;' : ''">
|
<div v-if="$themeConfig.showAds && false" class="adsense-page-bottom-inline" :style="$isDev ? 'background-color: grey;' : ''">
|
||||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
<ins class="adsbygoogle"
|
<ins class="adsbygoogle"
|
||||||
style="display:block"
|
style="display:block"
|
||||||
|
|||||||
@ -8,11 +8,11 @@ module.exports = [
|
|||||||
weight: 60
|
weight: 60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Suven',
|
name: 'Suveng',
|
||||||
description: '趣丸网络科技 Suven 免费提供的视频课',
|
description: '趣丸网络科技 Suveng 免费提供的视频课',
|
||||||
strong: '免费学习',
|
strong: '免费学习',
|
||||||
url: 'https://www.bilibili.com/video/av88798402',
|
url: 'https://www.bilibili.com/video/av88798402',
|
||||||
weight: 50,
|
weight: 60,
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// name: '阳明的博客',
|
// name: '阳明的博客',
|
||||||
|
|||||||
15
guide/proxy/index.md
Normal file
15
guide/proxy/index.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
vssueId: 184
|
||||||
|
# lessAds: true
|
||||||
|
description: Kubernetes教程:本文介绍了如何在Kuboard中实现与CICD的集成
|
||||||
|
meta:
|
||||||
|
- name: keywords
|
||||||
|
content: Kubernetes教程,K8S,helm,helm chart
|
||||||
|
---
|
||||||
|
|
||||||
|
# KuboardProxy
|
||||||
|
|
||||||
|
<AdSenseTitle/>
|
||||||
|
|
||||||
|
|
||||||
|
KuboardProxy 可以防止未经授权的访问。
|
||||||
@ -18,6 +18,7 @@ meta:
|
|||||||
| ------------------------- | --------------------------------------- | ------------- |
|
| ------------------------- | --------------------------------------- | ------------- |
|
||||||
| KUBERNETES_CLUSTER_DOMAIN | Kubernetes Cluster Name | cluster.local |
|
| KUBERNETES_CLUSTER_DOMAIN | Kubernetes Cluster Name | cluster.local |
|
||||||
| KUBOARD_ICP_DESCRIPTION | 您的 ICP 备案号 | 空 |
|
| KUBOARD_ICP_DESCRIPTION | 您的 ICP 备案号 | 空 |
|
||||||
|
| KUBOARD_PROXY_COOKIE_TTL | Kuboard Proxy 中 Cookie 的有效时长 | 36000 |
|
||||||
| KUBOARD_SAFE_MODE | 是否禁用监控套件的转发 | 空 |
|
| KUBOARD_SAFE_MODE | 是否禁用监控套件的转发 | 空 |
|
||||||
| OIDC_ISSUER | OpenID Connect 对应的 Identity Provider | 空 |
|
| OIDC_ISSUER | OpenID Connect 对应的 Identity Provider | 空 |
|
||||||
|
|
||||||
|
|||||||
@ -9,11 +9,53 @@ description: 本文描述了Kuboard_v1.0.x的版本变更说明
|
|||||||
|
|
||||||
了解如何 [升级Kuboard](/install/install-dashboard-upgrade.html)
|
了解如何 [升级Kuboard](/install/install-dashboard-upgrade.html)
|
||||||
|
|
||||||
* eipwork/kuboard:<span style="font-weight: 800; color: #007af5">latest</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #007af5">v1.0.6</span>
|
* eipwork/kuboard:<span style="font-weight: 800; color: #007af5">latest</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #007af5">v1.0.6.3</span>
|
||||||
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">beta</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.6-beta.10</span>
|
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">beta</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.7-beta.3</span>
|
||||||
|
|
||||||
Kuboard v1.0.x 的更新说明
|
Kuboard v1.0.x 的更新说明
|
||||||
|
|
||||||
|
|
||||||
|
## v1.0.7-beta.3
|
||||||
|
|
||||||
|
**发布日期**
|
||||||
|
|
||||||
|
2020年2月23日
|
||||||
|
|
||||||
|
**新特性**
|
||||||
|
* ServiceProxy:
|
||||||
|
* 适配前端的proxy结果:针对 text/html application/javascript 类型的响应,修改 href="/ src="/ baseURL="/ 为 proxy 后的 url(例如:/proxy/http/example/web-example/:/8080/)
|
||||||
|
* 新增参数设置:disable-rebase
|
||||||
|
* PodProxy:
|
||||||
|
* 支持 Pod 的 Proxy,与 Service 的 Proxy 功能相同
|
||||||
|
* Limitations: 代理设置保存在 Pod 上(而不是 pod template),这意味着,Pod 实例被删除后,对应的代理设置也跟着丢失
|
||||||
|
|
||||||
|
## v1.0.7-beta.2
|
||||||
|
|
||||||
|
**发布日期**
|
||||||
|
|
||||||
|
2020年2月21日
|
||||||
|
|
||||||
|
**新特性**
|
||||||
|
|
||||||
|
* ServiceProxy 可以定义如下参数:
|
||||||
|
* auth-header-user
|
||||||
|
* auth-header-group
|
||||||
|
* cookie-ttl
|
||||||
|
* 增加环境变量:
|
||||||
|
* KUBOARD_PROXY_COOKIE_TTL
|
||||||
|
|
||||||
|
## v1.0.7-beta.1
|
||||||
|
|
||||||
|
**发布日期**
|
||||||
|
|
||||||
|
2020年2月20日
|
||||||
|
|
||||||
|
**新特性**
|
||||||
|
|
||||||
|
* 在工作负载查看页,可以直接打开 Service 的 Proxy
|
||||||
|
* 当前仅支持 HTTP 协议
|
||||||
|
* 可以防止未经授权的访问
|
||||||
|
|
||||||
## v1.0.6.3
|
## v1.0.6.3
|
||||||
|
|
||||||
**发布日期**
|
**发布日期**
|
||||||
|
|||||||
@ -30,9 +30,6 @@ export default {
|
|||||||
<b-card style="height: calc(100% - 1.5rem); color: #2c3e50; line-height: 1.7; margin-top: 1rem; border-color: #f2be45; background-color: rgba(242, 190, 69, 0.1)">
|
<b-card style="height: calc(100% - 1.5rem); color: #2c3e50; line-height: 1.7; margin-top: 1rem; border-color: #f2be45; background-color: rgba(242, 190, 69, 0.1)">
|
||||||
|
|
||||||
* 使用 Kuboard 是 <font color="red">免费</font> 的,无论您是用于学习还是用于生产
|
* 使用 Kuboard 是 <font color="red">免费</font> 的,无论您是用于学习还是用于生产
|
||||||
* 将来会推出 Kuboard Plus,当前所有的功能,<font color="red">将来仍然免费</font>。Kuboard Plus 侧重点:
|
|
||||||
* 更完善的权限管理(当前只区分集群管理员权限和只读权限)
|
|
||||||
* 审计日志
|
|
||||||
* 只要您在本文末尾的评论区留下公司名字,您就已经 **取得将 Kuboard 用于生产环境的授权**
|
* 只要您在本文末尾的评论区留下公司名字,您就已经 **取得将 Kuboard 用于生产环境的授权**
|
||||||
|
|
||||||
</b-card>
|
</b-card>
|
||||||
@ -68,7 +65,6 @@ export default {
|
|||||||
</grid-item>
|
</grid-item>
|
||||||
<grid-item size="1/3" :rwd="{tablet: '1/1', compact: '1/1'}">
|
<grid-item size="1/3" :rwd="{tablet: '1/1', compact: '1/1'}">
|
||||||
<b-card style="height: calc(100% - 2rem); color: #2c3e50; line-height: 1.7; margin-top: 1rem;">
|
<b-card style="height: calc(100% - 2rem); color: #2c3e50; line-height: 1.7; margin-top: 1rem;">
|
||||||
<li>Kuboard 诞生于大型微服务项目的落地实施,在其发布之前,就已经经受住了生产环境的考验</li>
|
|
||||||
<li>Kuboard 于2019年8月初公开发布,当前 <StarCount></StarCount></li>
|
<li>Kuboard 于2019年8月初公开发布,当前 <StarCount></StarCount></li>
|
||||||
<li>参考 kuboard.cn,通常一个月时间可以从 Kubernetes 入门到投产</li>
|
<li>参考 kuboard.cn,通常一个月时间可以从 Kubernetes 入门到投产</li>
|
||||||
</b-card>
|
</b-card>
|
||||||
@ -76,31 +72,6 @@ export default {
|
|||||||
</grid>
|
</grid>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## 商业支持
|
|
||||||
|
|
||||||
<div style="padding: 1rem 0;" data-aos="fade-up" data-aos-duration="1200">
|
|
||||||
<grid :rwd="{compact: 'stack'}">
|
|
||||||
<grid-item size="2/3" :rwd="{tablet: '1/1', compact: '1/1'}">
|
|
||||||
<b-card style="height: 100%; color: #2c3e50; line-height: 1.7; margin-top: 1rem;">
|
|
||||||
<h3>服务范围</h3>
|
|
||||||
<li>Kubernetes 企业培训</li>
|
|
||||||
<li>DevOps 环境搭建及培训</li>
|
|
||||||
<li>SpringCloud 微服务架构咨询</li>
|
|
||||||
<li>Kubernetes 投产支持及问题解决</li>
|
|
||||||
<li>Kuboard 定制化</li>
|
|
||||||
</b-card>
|
|
||||||
</grid-item>
|
|
||||||
<grid-item size="1/3" :rwd="{tablet: '1/1', compact: '1/1'}">
|
|
||||||
<b-card style="height: 100%; margin-top: 1rem;">
|
|
||||||
<h3>联系方式</h3>
|
|
||||||
<p style="text-align: center;">
|
|
||||||
<img src="/images/support-contact.jpg" style="width: 200px; margin: auto;"></img>
|
|
||||||
</p>
|
|
||||||
</b-card>
|
|
||||||
</grid-item>
|
|
||||||
</grid>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
## 已采纳用户
|
## 已采纳用户
|
||||||
|
|
||||||
只要您在此处留下公司名字,您就已经 **取得将 Kuboard 用于生产环境的授权**
|
只要您在此处留下公司名字,您就已经 **取得将 Kuboard 用于生产环境的授权**
|
||||||
|
|||||||
Reference in New Issue
Block a user