{"id":13491526,"url":"https://github.com/rabbitmq/cluster-operator","last_synced_at":"2025-05-13T17:08:26.946Z","repository":{"id":37694306,"uuid":"170343301","full_name":"rabbitmq/cluster-operator","owner":"rabbitmq","description":"RabbitMQ Cluster Kubernetes Operator","archived":false,"fork":false,"pushed_at":"2025-05-12T12:19:45.000Z","size":38174,"stargazers_count":949,"open_issues_count":14,"forks_count":288,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-05-12T13:31:25.973Z","etag":null,"topics":["go","kubernetes","kubernetes-operator","rabbitmq"],"latest_commit_sha":null,"homepage":"https://www.rabbitmq.com/kubernetes/operator/operator-overview.html","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rabbitmq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-12T15:37:48.000Z","updated_at":"2025-05-12T12:19:48.000Z","dependencies_parsed_at":"2022-07-14T10:21:29.026Z","dependency_job_id":"be6232c3-fb11-4517-852a-4e3ecc815015","html_url":"https://github.com/rabbitmq/cluster-operator","commit_stats":{"total_commits":1998,"total_committers":64,"mean_commits":31.21875,"dds":0.7847847847847848,"last_synced_commit":"efe5d9118fc80653d9023a18f972da7fa21fcd8a"},"previous_names":["pivotal/rabbitmq-for-kubernetes"],"tags_count":70,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmq%2Fcluster-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmq%2Fcluster-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmq%2Fcluster-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabbitmq%2Fcluster-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabbitmq","download_url":"https://codeload.github.com/rabbitmq/cluster-operator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253990467,"owners_count":21995774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","kubernetes","kubernetes-operator","rabbitmq"],"created_at":"2024-07-31T19:00:57.857Z","updated_at":"2025-05-13T17:08:21.911Z","avatar_url":"https://github.com/rabbitmq.png","language":"Go","readme":"# RabbitMQ Cluster Kubernetes Operator\n\nKubernetes operator to deploy and manage [RabbitMQ](https://www.rabbitmq.com/) clusters. This repository contains a [custom controller](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#custom-controllers) and [custom resource definition (CRD)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#customresourcedefinitions) designed for the lifecycle (creation, upgrade, graceful shutdown) of a RabbitMQ cluster.\n\n## Quickstart\n\nIf you have a running Kubernetes cluster and `kubectl` configured to access it, run the following command to install the operator:\n\n```bash\nkubectl apply -f https://github.com/rabbitmq/cluster-operator/releases/latest/download/cluster-operator.yml\n```\n\nThen you can deploy a RabbitMQ cluster:\n\n```bash\nkubectl apply -f https://raw.githubusercontent.com/rabbitmq/cluster-operator/main/docs/examples/hello-world/rabbitmq.yaml\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"100%\" src=\"./docs/demos/installation.svg\"\u003e\n\u003c/p\u003e\n\n## Documentation\n\nRabbitMQ Cluster Kubernetes Operator is covered by several guides:\n\n - [Operator overview](https://www.rabbitmq.com/kubernetes/operator/operator-overview)\n - [Deploying an operator](https://www.rabbitmq.com/kubernetes/operator/install-operator)\n - [Deploying a RabbitMQ cluster](https://www.rabbitmq.com/kubernetes/operator/using-operator)\n - [Monitoring the cluster](https://www.rabbitmq.com/kubernetes/operator/operator-monitoring)\n - [Troubleshooting operator deployments](https://www.rabbitmq.com/kubernetes/operator/troubleshooting-operator)\n\nIn addition, a number of [code examples](./docs/examples) can be found in this repository.\n\nThe doc guides are open source. The source can be found in the [RabbitMQ website repository](https://github.com/rabbitmq/rabbitmq-website/)\nunder `site/kubernetes`.\n\n## Supported Versions\n\nThe operator deploys RabbitMQ `4.0.5` by default, and should work with [any supported RabbitMQ version](https://www.rabbitmq.com/release-information) and [Kubernetes version](https://kubernetes.io/releases/).\n\n## Versioning\n\nRabbitMQ Cluster Kubernetes Operator follows non-strict [semver](https://semver.org/).\n\n[The versioning guidelines document](version_guidelines.md) contains guidelines\non how we implement non-strict semver. The version number MAY or MAY NOT follow the semver rules. Hence, we highly recommend to read\nthe release notes to understand the changes and their potential impact for any release.\n\n## Contributing\n\nThis project follows the typical GitHub pull request model. Before starting any work, please either comment on an [existing issue](https://github.com/rabbitmq/cluster-operator/issues), or file a new one.\n\nPlease read [contribution guidelines](CONTRIBUTING.md) if you are interested in contributing to this project.\n\n## Releasing\n\nTo release a new version of the Cluster Operator, create a versioned tag (e.g. `v1.2.3`) of the repo, and the release pipeline will\ngenerate a new draft release, alongside release artefacts.\n\n## License\n\n[Licensed under the MPL](LICENSE.txt), same as RabbitMQ server.\n\n## Copyright\n\n(c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/rabbitmq/cluster-operator)](https://goreportcard.com/report/github.com/rabbitmq/cluster-operator)\n","funding_links":[],"categories":["Go","Repository is obsolete","📨 Messaging","kubernetes"],"sub_categories":["Awesome Operators in the Wild","🔥 Continuous Profiling"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitmq%2Fcluster-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabbitmq%2Fcluster-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabbitmq%2Fcluster-operator/lists"}