This guide will show you how to deploy the OSS Rabbitmq cluster in Kubernetes.
Prerequisite:
In this guide, we will show how to install helm in MacOS
brew install helm
Please refer to the guide below for more details:
https://helm.sh/docs/intro/install/
To install the Operator using Bitnami Helm chart, run the following command:
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install my-release bitnami/rabbitmq-cluster-operator
Please use helm list to check the status.
helm install my-release-rabbitmq oci://registry-1.docker.io/bitnamicharts/rabbitmq
There are two releases now. One is for cluster operator and the other is for rabbitmq.
kubectl get pods
Up till now, the OSS Rabbitmq for Kubernetes is ready.