Redis Operator
  • Speculator: Redis Operator
  • Quickstart
  • Installation
    • Helm
    • Kubectl
  • Setup
    • Standalone
    • Cluster
    • Helm Configuration
  • Configuration
  • Development
  • Roadmap
  • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Installation

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
PreviousQuickstartNextKubectl

Last updated 4 years ago

Was this helpful?