RabbitMQ and configuration

This example uses a container that includes RabbitMQ from Bitnami. The source for that image is available at https://github.com/bitnami/bitnami-docker-rabbitmq, and the container images are hosted publicly on DockerHub at https://hub.docker.com/r/bitnami/rabbitmq/

RabbitMQ has a large number of options that can be used with it, and a variety of ways to deploy it, including in clusters to support HA. For this example, we are using a single RabbitMQ replica within a deployment to back a service called message-queue. We also set up a ConfigMap with some of the variables that we might want to adjust for a local setting, although in this example, the values are the same as the defaults within the container. The deployment ...

Get Kubernetes for Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.