Installing RabbitMq
- Download the crmq helm chart
impact-crmq-<version>.tgz
. - Extract the impact-crmq-<version>.tgz file:
tar -xvfz impact-crmq-<version>.tgz
- Update the
hostName
under the ingress in the values.yaml file as shown below.hostName: "rabbitmq.nokia.com"
The RabbitMq administrator console is accessible through the edge node.
-
Execute the following command.
helm install -n <helm name> <helmchart.tgz file>
For example,helm install -n crmq impact-crmq-2211.0.0.tgz
- Execute the following command and check if crmq is part of the listing.
kubectl get pods
Note: IMPACT IoT recommends to use the configurations that are bundled in the impact-crmq-<version>.tgz for RabbitMQ.