Helm

Installation using Helm chart

The easiest way to install a redis operator is using Helm chart. The operator helm chart is developed on the helm=>3.0.0version.

# Deploy the redis-operator
helm upgrade redis-operator ./helm/redis-operator --install --namespace redis-operator

After deployment, verify the installation of operator

# Testing the redis operator
helm test redis-operator --namespace redis-operator

Last updated