Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huanwei/rocketmq-operator
Create, operate and scale self-healing RocketMQ clusters on Kubernetes.
https://github.com/huanwei/rocketmq-operator
Last synced: 1 day ago
JSON representation
Create, operate and scale self-healing RocketMQ clusters on Kubernetes.
- Host: GitHub
- URL: https://github.com/huanwei/rocketmq-operator
- Owner: huanwei
- License: apache-2.0
- Created: 2018-07-31T04:23:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T16:46:28.000Z (about 5 years ago)
- Last Synced: 2024-05-22T14:31:53.444Z (6 months ago)
- Language: Go
- Homepage:
- Size: 3.03 MB
- Stars: 57
- Watchers: 5
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RocketMQ Operator
The RoecketMQ Operator creates, operates and scales self-healing RocketMQ clusters on Kubernetes.
** This is currently in v1alpha. **
** By default, RoecketMQ Operator creates the storage with EmptyDir.
** Use this operator in production with Kubernetes [storageClass](docs/storageClass.md) **
## Getting started
See the [tutorial](docs/tutorial.md) for a quick-start guide.
## Features
The RoecketMQ Operator provides following key features:
- Create, operate and scale self-healing RocketMQ clusters on Kubernetes.
- Other featues are WIP.## Prerequisites
* Kubernetes 1.9+, since StatefulSets are stable (GA) in 1.9.
## Contributing
`rocketmq-operator` is an open source project. Welcome to submit PR.
## License
Copyright The Kubernetes Authors.
`rocketmq-operator` is licensed under the Apache License 2.0.
See [LICENSE](LICENSE) for more details.