Back to Redis

Index

content/operate/kubernetes/deployment/_index.md

latest2.6 KB
Original Source

Deploy Redis Enterprise for Kubernetes by using the Redis Enterprise operator. The operator provides a simple way to deploy and manage Redis Enterprise clusters on various Kubernetes distributions, both on-premises and in the cloud.

The Redis Enterprise operator uses custom resource definitions (CRDs) to manage Redis Enterprise clusters (REC) and databases (REDB) as native Kubernetes resources. This approach enables GitOps workflows and Kubernetes-native operations.

Quick start

Get started quickly with a basic Redis Enterprise deployment:

  • [Deploy Redis Enterprise for Kubernetes]({{< relref "/operate/kubernetes/deployment/quick-start" >}}) - Step-by-step guide for most Kubernetes distributions
  • [Deploy on OpenShift]({{< relref "/operate/kubernetes/deployment/openshift" >}}) - Specific instructions for OpenShift environments

Deployment methods

Choose the deployment method that best fits your environment:

  • [Deploy with Helm]({{< relref "/operate/kubernetes/deployment/helm" >}}) - Use Helm charts for simplified deployment and management
  • [Deploy with operator bundle]({{< relref "/operate/kubernetes/deployment/quick-start" >}}) - Direct deployment using kubectl and operator manifests

Container images

Understand the container images used by the Redis Enterprise operator:

  • [Container images]({{< relref "/operate/kubernetes/deployment/container-images" >}}) - Details about Redis Enterprise container images and registries

Compatibility

Before installing, verify compatibility with your environment:

  • [Supported Kubernetes distributions]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}}) - Check which Redis Enterprise operator version supports your Kubernetes distribution

Prerequisites

Before deploying Redis Enterprise for Kubernetes, ensure you have:

  • A Kubernetes cluster running a [supported distribution]({{< relref "/operate/kubernetes/reference/supported_k8s_distributions" >}})
  • Minimum of three worker nodes for high availability
  • Kubernetes client (kubectl) configured to access your cluster
  • Access to container registries (DockerHub, Red Hat Container Catalog, or private registry)
  • Sufficient resources as outlined in [sizing recommendations]({{< relref "/operate/kubernetes/recommendations/sizing-on-kubernetes" >}})

Next steps

After deployment, you can:

  • [Create a Redis Enterprise cluster (REC)]({{< relref "/operate/kubernetes/re-clusters" >}})
  • [Create Redis Enterprise databases (REDB)]({{< relref "/operate/kubernetes/re-databases" >}})
  • [Configure networking]({{< relref "/operate/kubernetes/networking" >}})
  • [Set up security]({{< relref "/operate/kubernetes/security" >}})