rabbitmq-k8s

Rabbitmq K8S

Channel Revision Published Runs on
3.12/stable 54 14 Aug 2025
Ubuntu 24.04 Ubuntu 22.04
3.12/stable 37 06 Feb 2025
Ubuntu 24.04 Ubuntu 22.04
3.12/candidate 54 14 Aug 2025
Ubuntu 24.04 Ubuntu 22.04
3.12/candidate 37 16 Jan 2025
Ubuntu 24.04 Ubuntu 22.04
3.12/beta 54 14 Aug 2025
Ubuntu 24.04 Ubuntu 22.04
3.12/beta 37 10 Sep 2024
Ubuntu 24.04 Ubuntu 22.04
3.12/edge 54 14 Aug 2025
Ubuntu 24.04 Ubuntu 22.04
3.12/edge 37 31 Jul 2024
Ubuntu 24.04 Ubuntu 22.04
3.11/beta 10 10 Mar 2023
Ubuntu 22.04
3.11/edge 22 26 May 2023
Ubuntu 22.04
3.9/stable 30 26 Sep 2023
Ubuntu 22.04
3.9/candidate 30 12 Sep 2023
Ubuntu 22.04
3.9/beta 30 10 Jan 2024
Ubuntu 22.04
3.9/edge 30 12 Sep 2023
Ubuntu 22.04
juju deploy rabbitmq-k8s --channel 3.12/stable
Show information

Platform:

Learn about configurations >

  • auto-ha-frequency | int

    Default: 30

    Frequency in minutes to check for queues that need HA members added

  • loadbalancer_annotations | string

    A comma-separated list of annotations to apply to the LoadBalancer service. The format should be: key1=value1,key2=value2,key3=value3. These annotations are passed directly to the Kubernetes LoadBalancer service, enabling customization for specific cloud provider settings or integrations.

    Example: "external-dns.alpha.kubernetes.io/hostname=example.com,service.beta.kubernetes.io/aws-load-balancer-type=nlb"

    Ensure the annotations are correctly formatted and adhere to Kubernetes' syntax and character set : https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set

  • minimum-replicas | int

    Default: 3

    Minimum number of queues replicas, set to 0 to disable charm automatically managing queue replicas