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
-
17
16
* Redis Enterprise Cluster (REC): an API to create Redis Enterprise clusters. Note that only one cluster is supported per operator deployment.
18
-
19
17
* Redis Enterprise Database (REDB): an API to create Redis databases running on the Redis Enterprise cluster.
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/).
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/).
22
20
23
21
## Quick start guide
24
22
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/).
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/).
26
24
27
25
### Installation on OpenShift
28
26
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/).
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/).
30
28
31
29
### Installation on VMWare Tanzu
32
30
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/).
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/).
34
32
35
33
## Configuration
36
34
37
35
### RedisEnterpriseCluster custom resource
38
36
The operator deploys a `RedisEnterpriseCluster` with default configurations values, but those can be customized in the `RedisEnterpriseCluster` spec as follow:
39
37
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/).
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/).
@@ -94,11 +92,11 @@ Some examples [have moved](https://redis.io/docs/latest/operate/kubernetes/refer
94
92
95
93
### Private Repositories
96
94
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/).
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/).
98
96
99
97
### Pull secrets
100
98
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/).
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/).
102
100
103
101
### Advanced Configuration
104
102
@@ -109,13 +107,13 @@ This content [has moved](https://redis.io/docs/latest/operate/kubernetes/deploym
109
107
110
108
## Connect to Redis Enterprise Software web console
111
109
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/).
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/).
113
111
114
112
115
113
## Upgrade
116
114
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/).
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/).
118
116
119
117
## Supported K8S Distributions
120
118
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/).
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/).
- 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://redis.io/docs/latest/operate/rs/installing-upgrading/upgrading/upgrade-active-active/)
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/)
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://redis.io/docs/latest/operate/kubernetes/re-databases/set-up-ingress-controller/)
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/)
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).
3
+
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).
0 commit comments