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.
Last updated
Was this helpful?
Was this helpful?
kubectl apply -f example/redis-standalone-example.yaml -n redis-operatorkubectl apply -f example/redis-cluster-example.yaml -n redis-operator# To delete standalone setup
kubectl delete -f example/redis-standalone-example.yaml -n redis-operator
# To delete cluster setups
kubectl delete -f example/redis-cluster-example.yaml -n redis-operator