github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/docs/user_docs/overview/introduction.md (about)

     1  ---
     2  title: KubeBlocks overview
     3  description: KubeBlocks, kbcli, multicloud
     4  keywords: [kubeblocks, overview, introduction]
     5  sidebar_position: 1
     6  ---
     7  
     8  # Introduction
     9  
    10  ## What is KubeBlocks
    11  
    12  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.
    13  
    14  ## Why you need KubeBlocks
    15  
    16  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.
    17  
    18  To address these challenges, and solve the problem of complexity, KubeBlocks introduces ReplicationSet and ConsensusSet, with the following capabilities:
    19  
    20  - Role-based update order reduces downtime caused by upgrading versions, scaling, and rebooting.
    21  - Maintains the status of data replication and automatically repairs replication errors or delays.
    22  
    23  ## Key features
    24  
    25  - Be compatible with AWS, GCP, Azure, and Alibaba Cloud.
    26  - Supports MySQL, PostgreSQL, Redis, MongoDB, Kafka, and more.
    27  - Provides production-level performance, resilience, scalability, and observability.
    28  - Simplifies day-2 operations, such as upgrading, scaling, monitoring, backup, and restore.
    29  - Contains a powerful and intuitive command line tool.
    30  - Sets up a full-stack, production-ready data infrastructure in minutes.
    31  
    32  ## Architecture
    33  
    34  ![KubeBlocks Architecture](../../img/kubeblocks-architecture.png)