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

preview_player
Показать описание
@configlearninghub

#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
------------------------------

Minikube Linux
------------------------

Helm Windows
-------------------------

Helm linux
-----------------

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

minikube dashboard --url true

helm repo list

Please subscribe by clicking the below link to support my channel:

YouTube keywords
------------------------------
redis kubernetes helm, kubernetes redis, Redis Helm Chart, Install Redis Cluster, Redis Cluster Kubernetes Helm Chart, Redis Bitnami Helm Chart, redis setup cluster, redis kubernetes, redis cluster, helm charts kubernetes, kubernetes helm, helm kubernetes, redis sentinel
Рекомендации по теме
Комментарии
Автор

This is not Redis cluster, its just Redis with helm charts.

sanyamgrover
Автор

If i give the service type as LoadBalancer and get an public IP for an redis-master service means...How can i access it ?

ramallways