-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
**KubeBlocks是什么?** | ||
|
||
### KubeBlocks是什么? | ||
KubeBlocks 是一个基于 Kubernetes 的云原生数据基础设施管理平台,旨在为用户提供一种便捷的方式来管理和运维关系型数据库、NoSQL数据库、向量数据库以及流计算系统。 | ||
KubeBlocks 的名字源自 Kubernetes(K8s)和乐高积木,致力于让 K8s 上的数据基础设施管理就像搭乐高积木一样,既高效又有趣。 | ||
|
||
**为什么您需要 KubeBlocks?** | ||
|
||
### 为什么您需要 KubeBlocks? | ||
采用多云或混合云策略时,必须优先考虑应用程序可移植性,并使用在不同基础设施之间提供一致功能的软件或服务。 Kubernetes 在一定程度上帮助实现了这一目标,而 KubeBlocks 进一步增强了针对有状态服务的管理体验。 KubeBlocks 集成了流行的数据库引擎,并在各种基础设施上提供丰富的管理功能,采用声明式 API,有更好的开发体验。 | ||
通过简单的配置,您就可以集成KubeBlocks,开源以来,NebulaGraph、RisingWave、Pika、GreptimeDB、OceanBase 等数据库也已经轻松接入。 | ||
|
||
**功能** | ||
* 支持多云,与 AWS、GCP、Azure 等云平台兼容 | ||
* 支持 MySQL、PostgreSQL、Redis、MongoDB、Kafka 等15个主流数据库和流计算引擎 | ||
* 提供生产级性能、弹性、可扩展性和可观察性 | ||
* 简化 day-2 操作,例如升级、扩展、监控、备份和恢复 | ||
* 包含强大且直观的命令行工具 | ||
### 功能 | ||
- 支持多云,与 AWS、GCP、Azure 等云平台兼容 | ||
- 支持 MySQL、PostgreSQL、Redis、MongoDB、Kafka 等15个主流数据库和流计算引擎 | ||
- 提供生产级性能、弹性、可扩展性和可观察性 | ||
- 简化 day-2 操作,例如升级、扩展、监控、备份和恢复 | ||
- 包含强大且直观的命令行工具 | ||
|
||
|
||
|
||
|
||
详细信息参考:[KubeBlocks 官网](https://kubeblocks.io/) | ||
**详细信息参考**:[KubeBlocks 官网](https://kubeblocks.io/) | ||
|
||
Github:https://github.com/apecloud/kubeblocks | ||
**Github**:https://github.com/apecloud/kubeblocks |