Deploy RabbitMQ on KubeSphere

    This tutorial walks you through an example of how to deploy RabbitMQ from the App Store of KubeSphere.

    Hands-on Lab

    1. On the Overview page of the project , click App Store in the top left corner.

    2. Find RabbitMQ and click Deploy on the App Info page.

      find-rabbitmq

    3. Set a name and select an app version. Make sure RabbitMQ is deployed in demo-project and click Next.

      rabbitmq03

    4. In App Config, you can use the default configuration directly or customize the configuration 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 Deploy to continue.

      Tip

      To see the manifest file, toggle the YAML switch.

    5. Wait until RabbitMQ is up and running.

      check-if-rabbitmq-is-running

    Step 2: Access the RabbitMQ Dashboard

    To access RabbitMQ outside the cluster, you need to expose the app through a NodePort first.

    1. Click More and select Edit Internet Access from the drop-down menu.

    2. Select NodePort for Access Method and click OK. For more information, see .

    3. Under Service Ports, you can see ports are exposed.

      rabbitmq09

    4. Access RabbitMQ management through . Note that the username and password are those you set in Step 1.

      rabbitma-dashboard-detail

      Note

      You may need to open the port in your security groups and configure related port forwarding rules depending on your where your Kubernetes cluster is deployed.

    5. For more information about RabbitMQ, refer to the official documentation of RabbitMQ.