How to install Redis Sentinel using Helm in K8S
Adding bitnami repo into local repo helm
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo ls
Cloning repository Redis on bitnami to machine
mkdir redis-sentinel
cd ./redis-sentinel
helm fetch bitnami/redis --untar
Make changes to ...
blog.tuando.app1 min read