Skip to content

muhamadsoufi/RedisCluster-HelmChart-K8S

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implement RedisCluster by HelmChart on K8S

This repository contains a Helm chart for deploying a Redis cluster.

Installation

Prerequisites

  • Helm 3.x installed on your local machine
  • A Kubernetes cluster running

Usage

  1. Clone this repository:

    git clone https://github.com/muhamadsoufi/RedisCluster-HelmChart-K8S.git
    cd ./RedisCluster-HelmChart-K8S
  2. Install the Helm chart:

    helm install redis-cluster ./RedisCluster-HelmChart-K8S

    This will install the Redis cluster in your Kubernetes cluster using the default values.

  3. Customize your installation (optional): You can customize the installation by modifying the values.yaml file or by providing your own values file during installation:

    helm install redis-cluster ./RedisCluster-HelmChart-K8S -f custom-values.yaml
  4. Upgrade the chart: If you make changes to the values.yaml or the chart itself, you can upgrade the release:

    helm upgrade redis-cluster ./RedisCluster-HelmChart-K8S
  5. Uninstall the chart: To uninstall and delete the Redis cluster:

    helm uninstall redis-cluster

Contributing

Feel free to submit issues and pull requests to help improve this Helm chart.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages