How to Install, Configure and Manage a Redis Cluster on Kubernetes using Helm Charts



How to Install, Configure and Manage a Redis Cluster on Kubernetes using Helm Charts

How to Install, Configure and Manage a Redis Cluster on Kubernetes using Helm Charts

#redis #kubernetes #helm

Redis is an open source in-memory data structure store that can be used as a database, cache, or message broker. It offers high performance, scalability, and flexibility, making it a popular choice for applications. In this video, we’ll explore how to deploy Redis Cluster on Kubernetes using Helm Charts. By the end of this video, you should have a better understanding of how to deploy Redis Cluster on Kubernetes using Helm Charts.

Minikube windows
——————————
https://github.com/kubernetes/minikube/releases/download/v1.28.0/minikube-windows-amd64.exe

Minikube Linux
————————
https://github.com/kubernetes/minikube/releases/download/v1.28.0/minikube-linux-amd64

Helm Windows
————————-
https://get.helm.sh/helm-v3.10.2-windows-amd64.zip

Helm linux
—————–
https://get.helm.sh/helm-v3.10.2-linux-amd64.tar.gz

minikube start –cpus 10 –memory 4096 –driver virtualbox –no-vtx-check true

minikube dashboard –url true

helm repo list

helm repo add bitnami https://charts.bitnami.com/bitnami

helm install redis bitnami/redis –set volumePermissions.enabled=true,replica.replicaCount=3,auth.enabled=true,auth.password=admin,master.livenessProbe.enabled=false,master.readinessProbe.enabled=false,replica.livenessProbe.enabled=false,replica.readinessProbe.enabled=false

Please subscribe by clicking the below link to support my channel:
https://bit.ly/3gM6elC
learn redis
redis architecture
redis basics
redis cache
redis cache tutorial
redis commands
redis crash course
redis database
redis db
redis install windows 10
redis labs
redis nodejs
redis nosql
redis sentinel
redis server
redis tutorial
redis tutorial for beginners
redis tutorial youtube
what is redis
kubernetes redis

Comments are closed.