{
  "id": "re-clusters",
  "title": "Redis Enterprise clusters (REC)",
  "url": "https://redis.io/docs/latest/operate/kubernetes/8.0/re-clusters/",
  "summary": "Create and manage Redis Enterprise clusters (REC) on Kubernetes using the Redis Enterprise operator.",
  "content": "\nA Redis Enterprise cluster (REC) is a custom Kubernetes resource that represents a Redis Enterprise cluster deployment. The Redis Enterprise operator manages the lifecycle of REC resources, including deployment, scaling, upgrades, and recovery operations.\n\nREC resources define the cluster configuration, including node specifications, storage requirements, security settings, and networking configuration. After you deploy the cluster, it provides a foundation for creating and managing Redis Enterprise databases (REDB).\n\n## Cluster management\n\nManage your Redis Enterprise cluster lifecycle and configuration:\n\n- [Connect to admin console](https://redis.io/docs/latest/operate/kubernetes/re-clusters/connect-to-admin-console) - Access the Redis Enterprise web UI for cluster management\n- [Multi-namespace deployment](https://redis.io/docs/latest/operate/kubernetes/re-clusters/multi-namespace) - Deploy clusters across multiple Kubernetes namespaces\n- [Delete custom resources](https://redis.io/docs/latest/operate/kubernetes/re-clusters/delete-custom-resources) - Safely remove REC and related resources\n\n## Storage and performance\n\nOptimize storage and performance for your Redis Enterprise cluster:\n\n- [Redis Flex](https://redis.io/docs/latest/operate/kubernetes/flex) - Configure automatic data tiering between RAM and flash storage\n- [Expand PVC](https://redis.io/docs/latest/operate/kubernetes/re-clusters/expand-pvc) - Expand persistent volume claims for additional storage\n\n## Monitoring and observability\n\nMonitor cluster health and performance:\n\n- [Connect to Prometheus operator](https://redis.io/docs/latest/operate/kubernetes/re-clusters/connect-prometheus-operator) - Integrate with Prometheus for metrics collection and monitoring\n\n### Call home client\n\nThe call home client sends health or error data from your deployment(s) back to Redis. You can disable it by adding the following to your REC specification:\n\n```yaml\nspec:\n  usageMeter:\n    callHomeClient:\n      disabled: true\n```\n\n\nThe REST API approach used for Redis Software deployments will have no effect on Kubernetes deployments. You must use the REC specification method shown above.\n\n\n## Recovery and troubleshooting\n\nHandle cluster recovery and troubleshooting scenarios:\n\n- [Cluster recovery](https://redis.io/docs/latest/operate/kubernetes/re-clusters/cluster-recovery) - Recover from cluster failures and restore operations\n\n## Related topics\n\n- [Redis Enterprise databases (REDB)](https://redis.io/docs/latest/operate/kubernetes/re-databases) - Create and manage databases on your cluster\n- [Security](https://redis.io/docs/latest/operate/kubernetes/security) - Configure security settings for your cluster\n- [Networking](https://redis.io/docs/latest/operate/kubernetes/networking) - Set up networking and ingress for cluster access\n- [REC API reference](https://redis.io/docs/latest/operate/kubernetes/reference/api/redis_enterprise_cluster_api) - Complete API specification for REC resources\n",
  "tags": ["docs","operate","kubernetes"],
  "last_updated": "2026-06-04T14:49:57+01:00",
  "children": [{"id":"connect-to-admin-console","summary":"Connect to the Redis Enterprise admin console to manage your Redis Enterprise cluster.","title":"Connect to the admin console","url":"https://redis.io/docs/latest/operate/kubernetes/8.0/re-clusters/connect-to-admin-console/"},{"id":"multi-namespace","summary":"Redis Enterprise for Kubernetes allows you to deploy to multiple namespaces within your Kubernetes cluster. This article shows you how to configure your Redis Enterprise cluster to connect to databases in multiple namespaces","title":"Manage databases in multiple namespaces","url":"https://redis.io/docs/latest/operate/kubernetes/8.0/re-clusters/multi-namespace/"},{"id":"cluster-recovery","summary":"This task describes how to recover a Redis Enterprise cluster on Kubernetes.","title":"Recover a Redis Enterprise cluster on Kubernetes","url":"https://redis.io/docs/latest/operate/kubernetes/8.0/re-clusters/cluster-recovery/"},{"id":"delete-custom-resources","summary":"This article explains how to delete Redis Enterprise clusters and Redis Enterprise databases from your Kubernetes environment.","title":"Delete custom resources","url":"https://redis.io/docs/latest/operate/kubernetes/8.0/re-clusters/delete-custom-resources/"},{"id":"expand-pvc","summary":"Expand your persistent volume claim by editing the REC.","title":"Expand PersistentVolumeClaim (PVC)","url":"https://redis.io/docs/latest/operate/kubernetes/8.0/re-clusters/expand-pvc/"},{"id":"connect-prometheus-operator","summary":"This article describes how to configure a Prometheus operator custom resource to allow it to export metrics from Redis Enterprise for Kubernetes.","title":"Connect the Prometheus operator to Redis Enterprise for Kubernetes","url":"https://redis.io/docs/latest/operate/kubernetes/8.0/re-clusters/connect-prometheus-operator/"}]
}
