Skip to content

Commit

Permalink
CephFS
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohq committed Oct 6, 2020
1 parent 3f2dff9 commit 20d88f1
Showing 1 changed file with 6 additions and 27 deletions.
33 changes: 6 additions & 27 deletions support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,10 @@ export default {
}
</script>

<!-- ## 授权声明
<div data-aos="fade-up">
<grid :rwd="{compact: 'stack'}">
<grid-item size="2/3" :rwd="{tablet: '1/1', compact: '1/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 用于生产环境的授权**
</b-card>
</grid-item>
<grid-item size="1/3" :rwd="{tablet: '1/1', compact: '1/1'}">
<b-card style="height: calc(100% - 1.5rem); color: #2c3e50; line-height: 1.7; margin-top: 1rem">
<div style="background-color: rgb(0, 99, 220); padding: 10px; max-width: 220px;">
<img src="/favicon.png" style="max-width: 200px;">
</div>
</b-card>
</grid-item>
</grid>
</div> -->

<!-- <KuboardLiscense></KuboardLiscense> -->

## Kuboard 介绍

Kuboard 是一款免费的 Kubernetes 管理工具,提供了丰富的功能,结合已有或新建的代码仓库、镜像仓库、CI/CD工具等,可以便捷的搭建一个生产可用的 Kubernetes 容器云平台,轻松管理和运行云原生应用。您也可以直接将 Kuboard 安装到现有的 Kubernetes 集群,通过 Kuboard 提供的 Kubernetes RBAC 管理界面,将 Kubernetes 提供的能力开放给您的开发团队。Kuboard 提供的功能有:
Kuboard 是一款免费的 Kubernetes 管理工具,提供了丰富的功能,结合已有或新建的代码仓库、镜像仓库、CI/CD工具等,可以便捷的搭建一个生产可用的 Kubernetes 容器云平台,轻松管理和运行云原生应用。您也可以直接将 Kuboard 安装到现有的 Kubernetes 集群,通过 Kuboard 提供的 Kubernetes RBAC 管理界面,将 Kubernetes 提供的能力开放给您的开发/测试团队。Kuboard 提供的功能有:

* Kubernetes 基本管理功能
* 节点管理
Expand All @@ -67,6 +41,11 @@ Kuboard 是一款免费的 Kubernetes 管理工具,提供了丰富的功能,
* KuboardProxy (kubectl proxy 的在线版本)
* PortForward (kubectl port-forward 的快捷版本)
* 复制文件 (kubectl cp 的在线版本)
* Kubernetes 存储管理
* 通过 ceph-csi 对接 CephFS
* 通过 ceph-csi 对接 Rook 安装的 CephFS
* 通过 nfs-client-provisioner 对接 NFS 类型的存储
* 对接其他类型的存储
* 认证与授权
* Github/GitLab 单点登录
* KeyCloak 认证
Expand Down

0 comments on commit 20d88f1

Please sign in to comment.