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?
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?
In order to setup redis-operator, you'll need access to a Kubernetes cluster:-
- hypervisor to run a Kubernetes cluster
- for Kubernetes cluster creation on local machine
- to interact with Kubernetes cluster
Minikube is a minimal Kubernetes cluster run in a virtual machine (here in VirtualBox).
From now on your local Kubernetes client kubectl
is configured to use your just started Minikube cluster.
First, we need to create a namespace for our resources to be deployed in. This is for the sake of separation and keeping order:
Redis operator by default watches for every change in Redis Configuration.