Deploy RabbitMQ on KubeSphere
This tutorial walks you through an example of how to deploy RabbitMQ from the App Store of KubeSphere.
- Please make sure you enable the OpenPitrix system.
Hands-on Lab
On the Overview page of the project , click App Store in the top-left corner.
Find RabbitMQ and click Install on the App Information page.
Set a name and select an app version. Make sure RabbitMQ is deployed in
demo-project
and click Next.In App Settings, you can use the default settings directly or customize the settings either by specifying fields in a form or editing the YAML file. Record the value of Root Username and the value of Root Password, which will be used later for login. Click Install to continue.
To see the manifest file, toggle the Edit YAML switch.
Wait until RabbitMQ is up and running.
Step 2: Access the RabbitMQ dashboard
To access RabbitMQ outside the cluster, you need to expose the app through a NodePort first.
Click More and select Edit External Access from the drop-down list.
Under Ports, you can see ports are exposed.
Access RabbitMQ management through . Note that the username and password are those you set in Step 1.
Note
For more information about RabbitMQ, refer to .