Giter VIP home page Giter VIP logo

charts's Introduction

charts

AutoMQ charts repository for Kafka and RocketMQ.

Usage

Pre-requirement

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add automq https://charts.automq.com
helm repo update

You can then run helm search repo automq to see the charts.

automq-for-rocketmq

Install automq-for-rocketmq as follows:

helm install automq-for-rocketmq automq/automq-for-rocketmq

Deploying with default values creates the following three pods:

  • MySQL
  • Localstack
  • AutoMQ Broker

Parameter Configuration

Use Custom Database

By default values will deploy MySQL for metadata storage.

If you want to use an existing database, you can refer to the following method to configure it.

  1. Download ddl.sql and create the database yourself
wget https://raw.githubusercontent.com/AutoMQ/automq-for-rocketmq/main/metadata-jdbc/src/main/resources/ddl.sql
  1. Create custom values
# Custom-values.yaml
broker:
  db:
    url: "jdbc:mysql://<mysql-endpoint>/<database>"
    userName: "<user>"
    password: "<password>"
  1. Deploy using custom values
helm install -f custom-values.yaml automq-for-rocketmq automq/automq-for-rocketmq

Use S3 and Other Compatible Services

The default values will deploy Localstack for data storage.

If you want to use AWS S3 or other S3 API compatible services such as Minio, you can refer to the following method to configure it.

  1. Create custom values
# Custom-values.yaml
broker:
  s3:
    endpoint: "<s3-service-endpoint>"
    bucket: "<bucket-name>"
    region: "<region-id>"
    forcePathStyle: true
    accessKey: "<access-key>"
    secretKey: "<secret-key>"
  1. Deploy using custom values
helm install -f custom-values.yaml automq-for-rocketmq automq/automq-for-rocketmq

charts's People

Contributors

shadowyspirits avatar wangxye avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wangxye

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.