https://github.com/ollionorg/redis-cluster
A helm chart that will set up Redis in cluster mode
https://github.com/ollionorg/redis-cluster
chart cluster helm kubernetes redis
Last synced: 3 months ago
JSON representation
A helm chart that will set up Redis in cluster mode
- Host: GitHub
- URL: https://github.com/ollionorg/redis-cluster
- Owner: ollionorg
- License: mit
- Created: 2018-04-22T12:31:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T07:11:16.000Z (about 2 years ago)
- Last Synced: 2025-04-13T00:18:02.303Z (6 months ago)
- Topics: chart, cluster, helm, kubernetes, redis
- Language: Mustache
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Chart for Redis in Cluster Mode
> ## ⚠️ WARNING: Here be dragons
> This code is extremely early alpha. Use at your own peril.This is a helm chart that spins up a redis cluster with the associated stateful sets with the right settings in `redis.conf`. It supports the creation of a cluster with just masters or with slaves as well and provides the command to configure the cluster using `redis_trib.rb`.
Eventually the goal is for it to provide several other potentially useful operations:
* Gracefully terminating and cleaning up associated resources (read, deleting the persistent volumes it created)
* Increase cluster size
* Reduce cluster size
* Reshard keys (in relation to increasing and reducing cluster size)## TODO
* Execute the `redis_trib.rb` command presented at the end of the Helm chart automatically (probably by using a custom docker with the relevant packages installed)
* Move the Redis cluster container base image out into a public repository