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

     1  ---
     2  title: Supported add-ons 
     3  description: add-ons supported by KubeBlocks
     4  keywords: [addons, enable, KubeBlocks, prometheus, s3, alertmanager,]
     5  sidebar_position: 2
     6  sidebar_label: Supported add-ons 
     7  ---
     8  
     9  # Supported add-ons
    10  
    11  KubeBlocks, as a cloud-native data infrastructure based on Kubernetes, providing management and control for relational databases, NoSQL databases, vector databases, and stream computing systems; and these databases can be all added as addons.
    12  
    13  | Add-ons        | Description                                                                                                                                                                                                       |
    14  |----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
    15  | apecloud-mysql | ApeCloud MySQL is a database that is compatible with MySQL syntax and achieves high availability through the utilization of the RAFT consensus protocol.                                                          |
    16  | kafka          | Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications. |
    17  | mongodb        | MongoDB is a document-oriented NoSQL database used for high volume data storage.                                                                                                                                  |
    18  | milvus         | Milvus is a flexible, reliable, & blazing-fast cloud-native, open-source vector database.                                                                                                                         |
    19  | nebula         | NebulaGraph is an open source graph database that can store and process graphs with trillions of edges and vertices.                                                                                              |
    20  | postgresql     | PostgreSQL is an advanced, enterprise class open source relational database that supports both SQL (relational) and JSON (non-relational) querying.|                                                             |
    21  | qdrant         | Qdrant is a vector database & vector similarity search engine.                                                                                                                                                    |
    22  | redis          | Redis is a fast, open source, in-memory, key-value data store.                                                                                                                                                    |
    23  | tdengine       | TDengine™ is an industrial data platform purpose-built for the Industrial IoT, combining a time series database with essential features like stream processing, data subscription, and caching.                  |
    24  | weaviate       | Weaviate is an open-source vector database.                                                                                                                                                                       |
    25  
    26  To list supported add-ons, run `kbcli addon list` command.
    27  
    28  **To manually enable or disable add-ons**
    29  
    30  ***Steps:***
    31  
    32  1. To enable the add-on, use `kbcli addon enable`.
    33  
    34     ***Example***
    35  
    36     ```bash
    37     kbcli addon enable snapshot-controller
    38     ```
    39  
    40     To disable the add-on, use `kbcli addon disable`.
    41  
    42  2. List the add-ons again to check whether it is enabled.
    43  
    44     ```bash
    45     kbcli addon list
    46     ```