Skip to content

Commit 18cb4a5

Browse files
committed
Last production-ready example refinement.
Follow-up to #886 Signed-off-by: Gerhard Lazu <glazu@vmware.com>
1 parent 106d115 commit 18cb4a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/examples/production-ready/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Production Example
22

3-
Before you can deploy this RabbitMQ cluster, you will need a multi-zone Kubernetes cluster with at least 3 worker nodes with 4 CPUs and 10Gi RAM on each node available for RabbitMQ.
3+
Before you can deploy this RabbitMQ cluster, you will need a multi-zone Kubernetes deployment with at least 3 worker nodes, each in a different zone, and each with 4 CPUs and 10Gi RAM available for RabbitMQ.
44

55
A `storageClass` named `ssd` will need to be defined too.
66
Feel free to use the [GKE-specific example](ssd-gke.yaml) included in this example for reference.
77
Each RabbitMQ node will provision a 500Gi persistent volume of type `ssd`.
8-
98
This configuration is a requirement for sustaining 1 billion persistent messages per day of 8kB payload each and a replication factor of three using [quorum queues](https://www.rabbitmq.com/quorum-queues.html).
109

1110
To deploy this RabbitMQ cluster, run the following:
@@ -16,7 +15,7 @@ kubectl apply -f pod-disruption-budget.yaml
1615
```
1716

1817
This example is a good starting point for a production RabbitMQ deployment and it may not be suitable for **your use-case**.
19-
We needed a RabbitMQ cluster that can sustain 1 billion persistent messages per day at 8kB payload and a replication factor of three using [quorum queues](https://www.rabbitmq.com/quorum-queues.html).
18+
This RabbitMQ cluster can sustain 1 billion persistent messages per day at 8kB payload and a replication factor of three using [quorum queues](https://www.rabbitmq.com/quorum-queues.html).
2019
The rest of the workload details are outlined in this [monthly cost savings calculator](https://rabbitmq.com/tanzu#calculator).
2120

2221
While a RabbitMQ cluster with sufficient resources is important for production, it is equally important for your applications to use RabbitMQ correctly.

0 commit comments

Comments
 (0)