> For the complete documentation index, see [llms.txt](https://docs.opstreelabs.in/redis-operator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opstreelabs.in/redis-operator/installation/helm.md).

# Helm

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

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

After deployment, verify the installation of operator

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