rabbitmq-operator
Description
Charmed RabbitMQ operator for Kubernetes.
RabbitMQ is an open source multi-protocol messaging broker. The charmed RabbitMQ operator deploys RabbitMQ as a workload on Kubernetes. It grants access to the RabbitMQ management web interface. Having the operator charmed allows for consuming charmed applications to simply add a relation in order to begin using the message broker immediately.
Usage
Deploy
Simple deployment
juju deploy thedac-rabbitmq-operator
juju add-relation thedac-rabbitmq-operator nginx-ingress-integrator
Relate consuming client operators
juju add-relation <app-name>:amqp thedac-rabbitmq-operator:amqp
Access the RabbitMQ management web UI
# Let the model settle
# Get the ingress service IP
juju status
# Get user and password for administrive operator user
juju run-action --wait thedac-rabbitmq-operator/0 get-operator-info
Actions
get-operator-info
Navigation
Level | Path | Navlink |
---|---|---|
1 | Overview | |
1 | contributing | Contributing |