Managed RabbitMQ Service

RabbitMQ is a robust message broker that plays a crucial role in modern distributed systems. Our Managed RabbitMQ Service simplifies the deployment and management of RabbitMQ clusters, ensuring reliability and scalability for your messaging needs.

Deployment Details

The service utilizes official RabbitMQ operator. This ensures the reliability and seamless operation of your RabbitMQ instances.

Parameters

Common parameters

NameDescriptionTypeValue
replicasNumber of RabbitMQ replicasint3
resourcesExplicit CPU and memory configuration for each RabbitMQ replica. When left empty, the preset defined in resourcesPreset is applied.*object{}
resources.cpuCPU available to each replica*quantitynull
resources.memoryMemory (RAM) available to each replica*quantitynull
resourcesPresetDefault sizing preset used when resources is omitted. Allowed values: nano, micro, small, medium, large, xlarge, 2xlarge.stringnano
sizePersistent Volume Claim size, available for application dataquantity10Gi
storageClassStorageClass used to store the datastring""
externalEnable external access from outside the clusterboolfalse

Application-specific parameters

NameDescriptionTypeValue
usersUsers configurationmap[string]object{...}
users[name].passwordPassword for the user*stringnull
vhostsVirtual Hosts configurationmap[string]object{...}
vhosts[name].rolesVirtual host roles listobject{}
vhosts[name].roles.adminList of admin users[]string[]
vhosts[name].roles.readonlyList of readonly users[]string[]

Parameter examples and reference

resources and resourcesPreset

resources sets explicit CPU and memory configurations for each replica. When left empty, the preset defined in resourcesPreset is applied.

resources:
  cpu: 4000m
  memory: 4Gi

resourcesPreset sets named CPU and memory configurations for each replica. This setting is ignored if the corresponding resources value is set.

Preset nameCPUmemory
nano100m128Mi
micro250m256Mi
small500m512Mi
medium500m1Gi
large12Gi
xlarge24Gi
2xlarge48Gi