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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access