You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page describes how to deploy Redis Enterprise on Kubernetes using the Redis Enterprise Operator. The Redis Enterprise Operator supports two Custom Resource Definitions (CRDs):
16
+
16
17
* Redis Enterprise Cluster (REC): an API to create Redis Enterprise clusters. Note that only one cluster is supported per operator deployment.
18
+
17
19
* Redis Enterprise Database (REDB): an API to create Redis databases running on the Redis Enterprise cluster.
18
-
Note that the Redis Enterprise Operator is namespaced.
19
-
High level architecture and overview of the solution can be found [HERE](https://docs.redislabs.com/latest/platforms/kubernetes/).
20
+
Note that the Redis Enterprise operator is namespaced.
21
+
High level architecture and overview of the solution can be found [HERE](https://redis.io/docs/latest/operate/kubernetes/architecture/).
20
22
21
23
## Quick start guide
22
24
23
-
This content [has moved](https://docs.redis.com/latest/kubernetes/deployment/quick-start/) to the Redis Enterprise doc site, [docs.redis.com](https://docs.redis.com/latest/kubernetes/).
25
+
This content [has moved](https://redis.io/docs/latest/operate/kubernetes/deployment/quick-start/) to the Redis Enterprise doc site, [redis.io/docs](https://redis.io/docs/latest/operate/kubernetes/).
24
26
25
27
### Installation on OpenShift
26
28
27
-
This content [has moved](https://docs.redis.com/latest/kubernetes/deployment/openshift/openshift-cli/) to the Redis Enterprise doc site, [docs.redis.com](https://docs.redis.com/latest/kubernetes/).
29
+
This content [has moved](https://redis.io/docs/latest/operate/kubernetes/deployment/openshift/openshift-cli/) to the Redis Enterprise doc site, [redis.io/docs](https://redis.io/docs/latest/operate/kubernetes/).
28
30
29
31
### Installation on VMWare Tanzu
30
32
31
-
This content [has moved](https://docs.redis.com/latest/kubernetes/deployment/tanzu/) to the [Redis Enterprise docs site](https://docs.redis.com/latest/kubernetes/).
33
+
This content [has moved](https://redis.io/docs/latest/operate/kubernetes/deployment/tanzu/) to the [Redis Enterprise docs site](https://redis.io/docs/latest/operate/kubernetes/).
32
34
33
35
## Configuration
34
36
35
37
### RedisEnterpriseCluster custom resource
36
38
The operator deploys a `RedisEnterpriseCluster` with default configurations values, but those can be customized in the `RedisEnterpriseCluster` spec as follow:
37
39
38
-
Some examples [have moved](https://docs.redis.com/latest/kubernetes/reference/cluster-options/) to the Redis Enterprise doc site, [docs.redis.com](https://docs.redis.com/latest/kubernetes/).
40
+
Some examples [have moved](https://redis.io/docs/latest/operate/kubernetes/reference/cluster-options/) to the Redis Enterprise doc site, [redis.io/docs](https://redis.io/docs/latest/operate/kubernetes/).
@@ -92,11 +94,11 @@ Some examples [have moved](https://docs.redis.com/latest/kubernetes/reference/cl
92
94
93
95
### Private Repositories
94
96
95
-
This content [has moved](https://docs.redis.com/latest/kubernetes/deployment/container-images/) to the Redis Enterprise doc site, [docs.redis.com](https://docs.redis.com/latest/kubernetes/).
97
+
This content [has moved](https://redis.io/docs/latest/operate/kubernetes/deployment/container-images/) to the Redis Enterprise doc site, [redis.io/docs](https://redis.io/docs/latest/operate/kubernetes/).
96
98
97
99
### Pull secrets
98
100
99
-
This content [has moved](https://docs.redis.com/latest/kubernetes/deployment/container-images/) to the Redis Enterprise doc site, [docs.redis.com](https://docs.redis.com/latest/kubernetes/).
101
+
This content [has moved](https://redis.io/docs/latest/operate/kubernetes/deployment/container-images/) to the Redis Enterprise doc site, [redis.io/docs](https://redis.io/docs/latest/operate/kubernetes/).
100
102
101
103
### Advanced Configuration
102
104
@@ -107,13 +109,13 @@ This content [has moved](https://docs.redis.com/latest/kubernetes/deployment/con
107
109
108
110
## Connect to Redis Enterprise Software web console
109
111
110
-
This content [has moved](https://docs.redis.com/latest/kubernetes/re-clusters/connect-to-admin-console/) to the Redis Enterprise doc site, [docs.redis.com](https://docs.redis.com/latest/kubernetes/).
112
+
This content [has moved](https://redis.io/docs/latest/operate/kubernetes/re-clusters/connect-to-admin-console/) to the Redis Enterprise doc site, [redis.io/docs](https://redis.io/docs/latest/operate/kubernetes/).
111
113
112
114
113
115
## Upgrade
114
116
115
-
This content [has moved](https://docs.redis.com/latest/kubernetes/re-clusters/upgrade-redis-cluster/) to the Redis Enterprise doc site, [docs.redis.com](https://docs.redis.com/latest/kubernetes/).
117
+
This content [has moved](https://redis.io/docs/latest/operate/kubernetes/re-clusters/upgrade-redis-cluster/) to the Redis Enterprise doc site, [redis.io/docs](https://redis.io/docs/latest/operate/kubernetes/).
116
118
117
119
## Supported K8S Distributions
118
120
119
-
This content [has moved](https://docs.redis.com/latest/kubernetes/reference/supported_k8s_distributions/) to the Redis Enterprise doc site, [docs.redis.com](https://docs.redis.com/latest/kubernetes/).
121
+
This content [has moved](https://redis.io/docs/latest/operate/kubernetes/reference/supported_k8s_distributions/) to the Redis Enterprise doc site, [redis.io/docs](https://redis.io/docs/latest/operate/kubernetes/).
- It is recommended to upgrade all of the participating clusters to the same operator version.
736
-
-[Optional] - Please view following documentation regarding upgrade the Active-Active database [here](https://docs.redis.com/latest/rs/installing-upgrading/upgrading/upgrade-active-active/)
736
+
-[Optional] - Please view following documentation regarding upgrade the Active-Active database [here](https://redis.io/docs/latest/operate/rs/installing-upgrading/upgrading/upgrade-active-active/)
737
737
- In case you are upgrading from version with the Active-Active database controller as public preview you may remove the following flags from the environment variables: `ACTIVE_ACTIVE_DATABASE_CONTROLLER_ENABLED` and `REMOTE_CLUSTER_CONTROLLER_ENABLED`, and in case the alpha features flag is enabled only for the REC 'ingressOrRoutesSpec' field you may remove the: `ENABLE_ALPHA_FEATURES` as well.`
738
738
739
739
## Test your Active-Active database
@@ -761,7 +761,7 @@ From the output fetch the redis 'targetPort':
761
761
762
762
3. Set a test key with SET foo bar in the first database. If your Active-Active deployment is working properly, when connected to your second database, GET foo should output bar.
763
763
764
-
to test externally you may use the instructions under 'Test your external access' [here](https://docs.redis.com/latest/kubernetes/re-databases/set-up-ingress-controller/)
764
+
to test externally you may use the instructions under 'Test your external access' [here](https://redis.io/docs/latest/operate/kubernetes/re-databases/set-up-ingress-controller/)
This content has moved to [docs.redis.com](https://docs.redis.com/latest/); see [Enable the admission controller](https://docs.redis.com/latest/kubernetes/deployment/quick-start/#enable-the-admission-controller).
3
+
This content has moved to [redis.io/docs](https://redis.io/docs/latest/); see [Enable the admission controller](https://redis.io/docs/latest/operate/kubernetes/deployment/quick-start/#enable-the-admission-controller).
0 commit comments