Skip to content

dmitrymex/kubernetes-rabbitmq-petset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubernetes-rabbitmq-petset

A RabbitMQ cluster for Kubernetes based on PetSet

To run the cluster, first build an image and push it to a registry:

docker build -t 127.0.0.1:31500/rabbitmq-clustered:latest .
docker push 127.0.0.1:31500/rabbitmq-clustered:latest

After that you can start the pet set:

kubectl create -f rabbitmq-cluster.yaml

Don't forget to adjust the registry url in the yaml file.

About

A RabbitMQ cluster for Kubernetes based on PetSet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages