This experiment aims to fast-track installation of Tanzu RabbitMQ using a collection of scripts.
Prerequisites:
- Starts with the assumption that you have already provisioned a cluster.
./download-tanzu-rabbitmq.sh {tanzu-network-api-token}
./install-tanzu-rabbitmq-integrated-with-harbor.sh {harbor-domain} tanzu {harbor-username} {harbor-password}
Replace the curly-braced parameters above with your Harbor domain, project and administrator username. The project named
tanzu
should already exist within Harbor.
- Quickstart
- Skip the section on installing the OSS operator (because we already installed the Tanzu version). Head straight for Hello RabbitMQ!
- Using the RabbitMQ Cluster Operator Plugin for kubectl
- Hello World Example
- RabbitMQ Production Ready Example
./uninstall-tanzu-rabbitmq.sh