https://github.com/deven96/operator-for-redis-cluster
IBM Operator for Redis Cluster
https://github.com/deven96/operator-for-redis-cluster
Last synced: 4 months ago
JSON representation
IBM Operator for Redis Cluster
- Host: GitHub
- URL: https://github.com/deven96/operator-for-redis-cluster
- Owner: deven96
- License: mit
- Fork: true (IBM/operator-for-redis-cluster)
- Created: 2023-07-26T08:40:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T11:44:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T02:37:14.237Z (4 months ago)
- Language: Go
- Homepage: https://ibm.github.io/operator-for-redis-cluster
- Size: 34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# operator-for-redis-cluster

The goal of this project is to simplify the deployment and management of a [Redis cluster](https://redis.io/topics/cluster-tutorial) in a [Kubernetes](https://kubernetes.io/) environment. It started internally at Amadeus in 2016, where it was initially designed to run on [Openshift](https://www.openshift.com/). This is the third version of the Redis operator, which leverages the [Operator SDK](https://sdk.operatorframework.io/) framework for operators.
## Documentation
This project's documentation is hosted at https://ibm.github.io/operator-for-redis-cluster.