Redis Pods are not able to join Redis cluster
I want to create redis cluster of 6 nodes in kubernetes. I am running kubernetes using Minikube. Below is my implementation for creating the 6 node cluster. kind: StatefulSet metadata: generation: 1 labels: app: demo-app name: demo-app namespace: default spec:…