Skip to content

🛠Stable RabbitMQ image for deployment in K8s cluster

Notifications You must be signed in to change notification settings

Shitovdm/rabbitmq-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ for K8s

RabbitMQ is an open source message broker software that implements the Advanced Message Queuing Protocol (AMQP).

Cluster installation

Instruction

For local development use

  • Copy .env.example into .env;
  • Create docker network rabbit;
docker network create rabbit
  • Run docker-compose file:
docker-compose up -d --build