Quickstart
In this document you will find a step-by-step guide on how to get redis-operator running in a local Minikube cluster. You will run a simple standalone and cluster mode of Redis.
Pre-requisites
Deploying Redis Operator(Minikube)
Start a local minikube cluster
minikube start --vm-driver virtualboxCreate a new namespace
kubectl create namespace redis-operatorStandalone Redis Setup
Cluster Redis Setup
Cleanup
Last updated
Was this helpful?