Skip to content

Examples that demonstrate how deploy a RabbitMQ cluster to Kubernetes, the DIY way

License

Notifications You must be signed in to change notification settings

nAnderYang/diy-kubernetes-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIY RabbitMQ on Kubernetes

This directory contains examples that demonstrate minimalistic RabbitMQ cluster deployments on Kubernetes with Kubernetes peer discovery. There are several examples:

For a more comprehensive open source RabbitMQ on Kubernetes deployment solution, see RabbitMQ Cluster Operator for Kubernetes. The Operator is developed on GitHub and contains its own set of examples.

Production (Non-)Suitability

Some values in these example files may or may not be optimal for your deployment. There are many aspects to deploying and running a production-grade cluster on Kubernetes that this example cannot know or make too many assumptions about. Persistent volume configuration is one obvious examples. You are welcome and encouraged to expand the example by adding more files under the examples/{environment} directory.

We assume that the users of this plugin familiarize themselves with the RabbitMQ Peer Discovery guide, RabbitMQ Production Checklist, and the rest of RabbitMQ documentation before going into production.

Having metrics, both of RabbitMQ and applications that use it, is critically important when making informed decisions about production systems.

Copyright and License

Released under the Mozilla Public License 2.0.

(c) VMware, Inc. or its affiliates, 2020.

About

Examples that demonstrate how deploy a RabbitMQ cluster to Kubernetes, the DIY way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%