content/operate/kubernetes/7.22/re-clusters/_index.md
A 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.
REC 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).
Manage your Redis Enterprise cluster lifecycle and configuration:
Optimize storage and performance for your Redis Enterprise cluster:
Monitor cluster health and performance:
The 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:
spec:
usageMeter:
callHomeClient:
disabled: true
{{<note>}} The REST API approach used for Redis Software deployments will have no effect on Kubernetes deployments. You must use the REC specification method shown above. {{</note>}}
Handle cluster recovery and troubleshooting scenarios: