|  | 
|  | 1 | +--- | 
|  | 2 | +Title: Redis Enterprise for Kubernetes | 
|  | 3 | +alwaysopen: false | 
|  | 4 | +categories: | 
|  | 5 | +- docs | 
|  | 6 | +- operate | 
|  | 7 | +- kubernetes | 
|  | 8 | +description: Deploy and manage Redis Enterprise on Kubernetes with the Redis Enterprise operator. | 
|  | 9 | +hideListLinks: true | 
|  | 10 | +linkTitle: 7.22 | 
|  | 11 | +weight: 30 | 
|  | 12 | +bannerText: This documentation applies to version 7.22. | 
|  | 13 | +bannerChildren: true | 
|  | 14 | +url: '/operate/kubernetes/7.22/' | 
|  | 15 | +--- | 
|  | 16 | + | 
|  | 17 | +Redis Enterprise for Kubernetes brings Redis Enterprise to Kubernetes environments through the Redis Enterprise operator. You can deploy, scale, and manage Redis Enterprise clusters and databases by using native Kubernetes resources and workflows. | 
|  | 18 | + | 
|  | 19 | +Redis Enterprise for Kubernetes provides all the enterprise features of Redis Software: | 
|  | 20 | + | 
|  | 21 | +- Linear scalability with Redis clustering | 
|  | 22 | +- High availability with automatic failover | 
|  | 23 | +- Active-Active geo-distribution | 
|  | 24 | +- Auto Tiering for cost optimization | 
|  | 25 | +- Enterprise-grade security and encryption | 
|  | 26 | +- 24/7 support | 
|  | 27 | + | 
|  | 28 | +The Redis Enterprise operator simplifies deployment and management by providing custom resource definitions (CRDs) for Redis Enterprise clusters (REC) and databases (REDB). This approach enables GitOps workflows and Kubernetes-native operations. | 
|  | 29 | + | 
|  | 30 | +## Get started | 
|  | 31 | + | 
|  | 32 | +Deploy Redis Enterprise on your Kubernetes cluster and create your first database. | 
|  | 33 | + | 
|  | 34 | +- [Quick start deployment]({{< relref "/operate/kubernetes/7.22/deployment/quick-start" >}}) | 
|  | 35 | +- [Deploy with Helm]({{< relref "/operate/kubernetes/7.22/deployment/helm" >}}) | 
|  | 36 | +- [Deploy on OpenShift]({{< relref "/operate/kubernetes/7.22/deployment/openshift" >}}) | 
|  | 37 | +- [Supported Kubernetes distributions]({{< relref "/operate/kubernetes/7.22/reference/supported_k8s_distributions" >}}) | 
|  | 38 | + | 
|  | 39 | +## Redis Enterprise clusters (REC) | 
|  | 40 | + | 
|  | 41 | +Create and manage [Redis Enterprise clusters]({{< relref "/operate/kubernetes/7.22/re-clusters" >}}) on Kubernetes. | 
|  | 42 | + | 
|  | 43 | +- [Connect to admin console]({{< relref "/operate/kubernetes/7.22/re-clusters/connect-to-admin-console" >}}) | 
|  | 44 | +- [Auto Tiering]({{< relref "/operate/kubernetes/7.22/re-clusters/auto-tiering" >}}) | 
|  | 45 | +- [Multi-namespace deployment]({{< relref "/operate/kubernetes/7.22/re-clusters/multi-namespace" >}}) | 
|  | 46 | +- [Cluster recovery]({{< relref "/operate/kubernetes/7.22/re-clusters/cluster-recovery" >}}) | 
|  | 47 | +- [REC API reference]({{< relref "/operate/kubernetes/7.22/reference/api/redis_enterprise_cluster_api" >}}) | 
|  | 48 | + | 
|  | 49 | +## Redis Enterprise databases (REDB) | 
|  | 50 | + | 
|  | 51 | +Create and manage [Redis Enterprise databases]({{< relref "/operate/kubernetes/7.22/re-databases" >}}) using Kubernetes resources. | 
|  | 52 | + | 
|  | 53 | +- [Database controller]({{< relref "/operate/kubernetes/7.22/re-databases/db-controller" >}}) | 
|  | 54 | +- [Create replica databases]({{< relref "/operate/kubernetes/7.22/re-databases/replica-redb" >}}) | 
|  | 55 | +- [REDB API reference]({{< relref "/operate/kubernetes/7.22/reference/api/redis_enterprise_database_api" >}}) | 
|  | 56 | + | 
|  | 57 | +## Active-Active databases | 
|  | 58 | + | 
|  | 59 | +Set up globally distributed [Active-Active databases]({{< relref "/operate/kubernetes/7.22/active-active" >}}) across multiple Kubernetes clusters. | 
|  | 60 | + | 
|  | 61 | +- [Prepare participating clusters]({{< relref "/operate/kubernetes/7.22/active-active/prepare-clusters" >}}) | 
|  | 62 | +- [Create Active-Active database]({{< relref "/operate/kubernetes/7.22/active-active/create-reaadb" >}}) | 
|  | 63 | +- [Global configuration]({{< relref "/operate/kubernetes/7.22/active-active/global-config" >}}) | 
|  | 64 | +- [REAADB API reference]({{< relref "/operate/kubernetes/7.22/reference/api/redis_enterprise_active_active_database_api" >}}) | 
|  | 65 | +- [Remote cluster API reference]({{< relref "/operate/kubernetes/7.22/reference/api/redis_enterprise_remote_cluster_api" >}}) | 
|  | 66 | + | 
|  | 67 | +## Security | 
|  | 68 | + | 
|  | 69 | +Manage [secure connections]({{< relref "/operate/kubernetes/7.22/security" >}}) and access control for your Redis Enterprise deployment. | 
|  | 70 | + | 
|  | 71 | +- [Manage REC credentials]({{< relref "/operate/kubernetes/7.22/security/manage-rec-credentials" >}}) | 
|  | 72 | +- [Manage REC certificates]({{< relref "/operate/kubernetes/7.22/security/manage-rec-certificates" >}}) | 
|  | 73 | +- [Internode encryption]({{< relref "/operate/kubernetes/7.22/security/internode-encryption" >}}) | 
|  | 74 | +- [LDAP authentication]({{< relref "/operate/kubernetes/7.22/security/ldap" >}}) | 
|  | 75 | + | 
|  | 76 | +## Reference | 
|  | 77 | + | 
|  | 78 | +Use the Kubernetes API and command-line tools to manage your Redis Enterprise deployment. | 
|  | 79 | + | 
|  | 80 | +- [Redis Enterprise cluster API (REC)]({{< relref "/operate/kubernetes/7.22/reference/api/redis_enterprise_cluster_api" >}}) | 
|  | 81 | +- [Redis Enterprise database API (REDB)]({{< relref "/operate/kubernetes/7.22/reference/api/redis_enterprise_database_api" >}}) | 
|  | 82 | +- [Active-Active database API (REAADB)]({{< relref "/operate/kubernetes/7.22/reference/api/redis_enterprise_active_active_database_api" >}}) | 
|  | 83 | +- [Remote cluster API (RERC)]({{< relref "/operate/kubernetes/7.22/reference/api/redis_enterprise_remote_cluster_api" >}}) | 
|  | 84 | + | 
|  | 85 | +## Logs & monitoring | 
|  | 86 | + | 
|  | 87 | +Monitor and troubleshoot your Redis Enterprise deployment. | 
|  | 88 | + | 
|  | 89 | +- [Collect logs]({{< relref "/operate/kubernetes/7.22/logs/collect-logs" >}}) | 
|  | 90 | +- [Connect to Prometheus operator]({{< relref "/operate/kubernetes/7.22/re-clusters/connect-prometheus-operator" >}}) | 
|  | 91 | + | 
|  | 92 | +## Upgrade | 
|  | 93 | + | 
|  | 94 | +Keep your Redis Enterprise deployment up to date. | 
|  | 95 | + | 
|  | 96 | +- [Upgrade Redis cluster]({{< relref "/operate/kubernetes/7.22/upgrade/upgrade-redis-cluster" >}}) | 
|  | 97 | +- [Upgrade with OpenShift CLI]({{< relref "/operate/kubernetes/7.22/upgrade/openshift-cli" >}}) | 
|  | 98 | +- [Upgrade with OLM]({{< relref "/operate/kubernetes/7.22/upgrade/upgrade-olm" >}}) | 
|  | 99 | + | 
|  | 100 | +## Release notes | 
|  | 101 | + | 
|  | 102 | +Stay informed about new features, enhancements, and fixes. | 
|  | 103 | + | 
|  | 104 | +- [Release notes]({{< relref "/operate/kubernetes/release-notes" >}}) | 
|  | 105 | + | 
|  | 106 | +## Related info | 
|  | 107 | + | 
|  | 108 | +- [Redis Enterprise Software]({{< relref "/operate/rs" >}}) | 
|  | 109 | +- [Redis Cloud]({{< relref "/operate/rc" >}}) | 
|  | 110 | +- [Redis Open Source]({{< relref "/operate/oss_and_stack" >}}) | 
|  | 111 | +- [Glossary]({{< relref "/glossary" >}}) | 
0 commit comments