v3.1.1.10
This commit is contained in:
@ -9,19 +9,6 @@ description: Kubernetes教程_本文描述了如何获得Kuboard授权
|
||||
|
||||
<AdSenseTitle/>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
methods: {
|
||||
mailGroup () {
|
||||
// console.log('dee')
|
||||
// window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us20.list-manage.com","uuid":"2273cb19eb20bb1bc5b7745a7","lid":"f1f25d6dac","uniqueMethods":true}) })
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
## Kuboard 介绍
|
||||
|
||||
Kuboard 是 [北京仁聚汇通信息科技有限责任公司](http://www.eigpay.com/) 旗下的一款免费的 Kubernetes 管理工具,提供了丰富的功能,结合已有或新建的代码仓库、镜像仓库、CI/CD工具等,可以便捷的搭建一个生产可用的 Kubernetes 容器云平台,轻松管理和运行云原生应用。您也可以直接将 Kuboard 安装到现有的 Kubernetes 集群,通过 Kuboard 提供的 Kubernetes RBAC 管理界面,将 Kubernetes 提供的能力开放给您的开发/测试团队。Kuboard 提供的功能有:
|
||||
@ -33,14 +20,13 @@ Kuboard 是 [北京仁聚汇通信息科技有限责任公司](http://www.eigpay
|
||||
| **Kubernetes 基本管理功能** | | |
|
||||
| <div class="tap"></div>节点管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>名称空间管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>名称空间配额 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>名称空间配额/限定管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>控制器管理(Deployment / StatefulSet / DaemonSet / CronJob / Job / ReplicaSet) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>工作负载编辑器(使用优化设计的表单编辑 Deployment / StatefulSet /DaemonSet) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>Service / Ingress 管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>ConfigMap / Secret 管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>CustomerResourceDefinition 管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>自动伸缩(Horizontal Pod Autoscaler)管理 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>CICD 对接接口 | :white_check_mark: | :white_check_mark: |
|
||||
| **Kubernetes 存储管理** | | |
|
||||
| <div class="tap"></div>通过 ceph-csi 对接 CephFS 存储类 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>通过 ceph-csi 对接 Rook 安装的 CephFS 存储类 | :white_check_mark: | :white_check_mark: |
|
||||
@ -66,6 +52,7 @@ Kuboard 是 [北京仁聚汇通信息科技有限责任公司](http://www.eigpay
|
||||
| <div class="tap"></div>Kuboard Proxy(kubectl proxy 的在线版本) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>自定义名称空间布局(以分层的方式展示名称空间中的微服务) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>导出工作负载 YAML 文件、导入 YAML 文件(可以快速将微服务部署到新的集群或名称空间) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>持续部署对接接口 | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>多集群管理(一个 Kuboard 实例可以管理不超过三个 K8S 集群) | :white_check_mark: | :white_check_mark: |
|
||||
| <div class="tap"></div>多集群管理(一个 Kuboard 实例可以管理超过三个 K8S 集群) | :x: | :white_check_mark: |
|
||||
| **服务与支持** | | |
|
||||
@ -124,7 +111,7 @@ Kuboard 是 [北京仁聚汇通信息科技有限责任公司](http://www.eigpay
|
||||
|
||||
## 订阅
|
||||
|
||||
<KbIframe v-if="isDev" style="margin-top: 10px" src="http://localhost:25679/public/home" :commands="commands"></KbIframe>
|
||||
<KbIframe v-if="isDev" style="margin-top: 10px" src="http://kuboard-develop:10800/public/home" :commands="commands"></KbIframe>
|
||||
<KbIframe v-else style="margin-top: 10px" src="https://uc-v3.kuboard.cn/public/home" :commands="commands"></KbIframe>
|
||||
|
||||
<script>
|
||||
@ -145,7 +132,7 @@ export default {
|
||||
openUserCenter (params) {
|
||||
let url = 'https://uc-v3.kuboard.cn' + params.path
|
||||
if (this.isDev) {
|
||||
url = 'http://localhost:25679' + params.path
|
||||
url = 'http://kuboard-develop:10800' + params.path
|
||||
}
|
||||
this.$openUrlInBlank(url)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user