chart/bitnami/README.md
AutoMQ is a cloud-native alternative to Kafka by decoupling durability to cloud storage services like S3. 10x Cost-Effective. No Cross-AZ Traffic Cost. Autoscale in seconds. Single-digit ms latency. This Helm chart simplifies the deployment of AutoMQ into your Kubernetes cluster using the Software model.
Install Helm chart and version v3.8.0+ Helm chart quickstart
helm version
AutoMQ is fully compatible with Bitnami's Helm Charts, so you can customize your AutoMQ Kubernetes cluster based on the relevant values.yaml of Bitnami. Bitnami Helm Charts
The quickest way to set up a Kubernetes cluster to install Bitnami Charts is by following the "Bitnami Get Started" guides for the different services:
Get Started with Bitnami Charts using the Amazon Elastic Container Service for Kubernetes (EKS)
As an alternative to supplying the configuration parameters as arguments, you can create a supplemental YAML file containing your specific config parameters. Any parameters not specified in this file will default to those set in values.yaml.
Create an empty automq-values.yaml file
Edit the file with your specific parameters:
You can refer to the demo-values.yaml based on the bitnami values.yaml we provided for deploying AutoMQ on AWS across 3 Availability Zones using m7g.xlarge instances (4 vCPUs, 16GB Mem, 156MiB/s network bandwidth).
You need to replace the bucket configurations in the placeholders ${}, such as ops-bucket, data-bucket, region, endpoint, access-key/secret-key.
Install or upgrade the AutoMQ Helm chart using your custom yaml file:
we recommend using the --version 31.x.x (31.1.0 ~ 31.5.0) bitnami helm chart while installing AutoMQ.
helm install automq-release oci://registry-1.docker.io/bitnamicharts/kafka -f demo-values.yaml --version 31.5.0 --namespace automq --create-namespace
To upgrade the deployment:
helm repo update
helm upgrade automq-release oci://registry-1.docker.io/bitnamicharts/kafka -f demo-values.yaml --version 31.5.0 --namespace automq --create-namespace
To uninstall/delete the deployment:
helm uninstall automq-release --namespace automq
This command removes all the Kubernetes components associated with the chart and deletes the release.