Development
A Development guide for redis operator
Last updated
Was this helpful?
A Development guide for redis operator
Last updated
Was this helpful?
First of all, you will need access to a Kubernetes cluster. The easiest way to start is minikube.
- hypervisor to run a Kubernetes cluster
- for Kubernetes cluster creation on local machine
- to interact with Kubernetes cluster
Apart from kubernetes cluster, there are some tools which are needed to build and test the redis operator.
Required Tools:-
To achieve this, execute this command:-
Redis operator gets packaged as a container image for running on the Kubernetes cluster. These instructions will guide you to build an image.
If you want to play it on Kubernetes. You can use a minikube.