crazyacking / kubeblocks

KubeBlocks is an open-source, cloud-native data infrastructure designed to help application developers and platform engineers manage database and analytical workloads on Kubernetes. It is cloud-neutral and supports multiple cloud service providers, offering a unified and declarative approach to increase productivity in DevOps practices.

Home Page:https://kubeblocks.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KubeBlocks

Build status Go Report Card Docker Pulls codecov LICENSE Releases Artifact HUB

image

What is KubeBlocks

KubeBlocks is an open-source, cloud-native data infrastructure designed to help application developers and platform engineers manage database and analytical workloads on Kubernetes. It is cloud-neutral with multiple cloud service providers supported, offering a unified and declarative approach to increase productivity in DevOps practices.

The name KubeBlocks is derived from Kubernetes and LEGO blocks, which indicates that building database and analytical workloads on Kubernetes can be both productive and enjoyable, like playing with construction toys. KubeBlocks combines the large-scale production experiences of top cloud service providers with enhanced usability and stability.

Why you need KubeBlocks

Kubernetes has become the de facto standard for container orchestration. It manages an ever-increasing number of stateless workloads with the scalability and availability provided by ReplicaSet and the rollout and rollback capabilities provided by Deployment. However, managing stateful workloads poses great challenges for Kubernetes. Although StatefulSet provides stable persistent storage and unique network identifiers, these abilities are far from enough for complex stateful workloads.

To address these challenges, and solve the problem of complexity, KubeBlocks introduces ReplicationSet and ConsensusSet, with the following capabilities:

  • Role-based update order reduces downtime caused by upgrading versions, scaling, and rebooting.
  • Maintains the status of data replication and automatically repairs replication errors or delays.

Goals

  • Enhance stateful workloads on Kubernetes, being open-source and cloud-neutral.
  • Manage data infrastructure without a high cognitive load of cloud computing, Kubernetes, and database knowledge.
  • Reduce costs by only paying for the infrastructure and increasing the utilization of resources with flexible scheduling.
  • Support the most popular RDBMS, NoSQL, streaming and analytical systems, and their bundled tools.
  • Provide the most advanced user experience based on the concepts of IaC and GitOps.

Key features

  • Be compatible with AWS, GCP, Azure, and Alibaba Cloud.
  • Supports MySQL, PostgreSQL, Redis, MongoDB, Kafka, and more.
  • Provides production-level performance, resilience, scalability, and observability.
  • Simplifies day-2 operations, such as upgrading, scaling, monitoring, backup, and restore.
  • Contains a powerful and intuitive command line tool.
  • Sets up a full-stack, production-ready data infrastructure in minutes.

Get started with KubeBlocks

Quick Start shows you the quickest way to get started with KubeBlocks.

Community

Contributing to KubeBlocks

Your contributions are welcomed and appreciated.

License

KubeBlocks is under the GNU Affero General Public License v3.0. See the LICENSE file for details.

About

KubeBlocks is an open-source, cloud-native data infrastructure designed to help application developers and platform engineers manage database and analytical workloads on Kubernetes. It is cloud-neutral and supports multiple cloud service providers, offering a unified and declarative approach to increase productivity in DevOps practices.

https://kubeblocks.io

License:GNU Affero General Public License v3.0


Languages

Language:Go 86.6%Language:CUE 6.1%Language:Shell 2.6%Language:Smarty 1.9%Language:Mustache 1.9%Language:Makefile 0.7%Language:PowerShell 0.1%Language:Dockerfile 0.0%