
Redis Distributed
Add integration
Deploy
This Helm chart deploys a Distributed Redis cluster on Kubernetes with master-slave replication, high availability, and monitoring capabilities. Below is a detailed guide to the configuration options available.
Add Helm Repository
Add the Helm repository by running:
For more details, see the Helm Repository Documentation.
Install Helm Chart
To deploy the Redis Distributed Helm chart, use the following command:
Replace [RELEASE_NAME]
with your desired release name. Example:
You can override default values during installation by providing a values.yaml
file.
Refer to the Helm Install Documentation for further details.
Uninstall Helm Chart
To remove the Redis Distributed Helm chart and associated resources, run:
Example:
Check the Helm Uninstall Documentation for more information.
Configuration
The table below outlines the essential global configuration options. For specific master and slave configurations, refer to their respective sections below.
Global Configuration
Input | Type | Description | Default |
---|---|---|---|
| String | Docker registry for the Redis image. |
|
| String | Repository for the Redis image. |
|
| String | Redis image tag. |
|
| String | Image pull policy. |
|
Master Configuration
Input | Type | Description | Default |
---|---|---|---|
| String | CPU request for the Redis master. |
|
| String | Memory request for the Redis master. |
|
| String | CPU limit for the Redis master. |
|
| String | Memory limit for the Redis master. |
|
| String | Persistent storage size for the master. |
|
| Bool | Enable liveness probe for the master. |
|
| Int | Initial delay for the master liveness probe. |
|
| Bool | Enable readiness probe for the master. |
|
| Int | Initial delay for the master readiness probe. |
|
| String | Service type for the master pod. |
|
| Int | Port exposed by the master service. |
|
Slave Configuration
Input | Type | Description | Default |
---|---|---|---|
| Bool | Enable slave deployment. |
|
| Int | Number of Redis slave replicas. |
|
| String | CPU request for Redis slave pods. |
|
| String | Memory request for Redis slave pods. |
|
| String | CPU limit for Redis slave pods. |
|
| String | Memory limit for Redis slave pods. |
|
| String | Persistent storage size for slaves. |
|
| Bool | Enable liveness probe for the slave pods. |
|
| Int | Initial delay for slave liveness probe. |
|
| Bool | Enable readiness probe for the slave pods. |
|
| Int | Initial delay for slave readiness probe. |
|
| String | Service type for slave pods. |
|
| Int | Port exposed by the slave service. |
|
Example values.yaml
Features
Deploy Redis master-slave architecture with high availability on Kubernetes.
Configurable master and slave resources, persistence, and scaling options.
Built-in health monitoring with liveness and readiness probes.
Automatic failover and replication management for data reliability.
Comprehensive monitoring with Redis Exporter and Prometheus integration.
Customizable service types and ports for flexible networking.
Rolling updates with zero downtime for seamless deployments.
Persistent storage for both master and slave nodes.
Monitoring
The chart includes a Redis Exporter container that exposes metrics on port 2121. These metrics are automatically collected by Prometheus when using the Prometheus Operator.
Key metrics include:
Redis instance information
Connected slaves count
Memory usage
Command statistics
Replication status
Connection metrics
Contributing
We welcome contributions to improve this Helm chart. Please refer to the CONTRIBUTING.md file for contribution guidelines.
Code of Conduct
To maintain a healthy and collaborative community, please adhere to our Code of Conduct.
License
This project is licensed under the LICENSE. Please review it for terms of use.
Prerequisites
Kubernetes 1.19+
Helm 3+
Prometheus Operator (for monitoring and alerts)
Build By
Zop.dev
Category
See Helm Install Documentation for more information.
Need Help with This Integration?
We’re here to make setup smooth. Let us know what’s confusing—or which tools you'd like to see integrated next.
Need technical support or have product questions?