Files
helm-anything/src/rabbitmq/README.md
Sun-ZhenXing 3360ca01a2 init repo
2026-02-16 09:12:50 +08:00

433 B

RabbitMQ

Introduction

RabbitMQ is the most widely deployed open source message broker.

Installation

To install RabbitMQ, run:

make install

Usage

After installation, verify the deployment:

kubectl get pods -n rabbitmq

To access RabbitMQ management UI, port-forward the service:

kubectl port-forward svc/rabbitmq 15672:15672 -n rabbitmq

Then access at http://localhost:15672