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
Copy file name to clipboardExpand all lines: content/operate/kubernetes/reference/yaml/active-active.md
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ This page provides YAML examples for deploying Active-Active Redis Enterprise da
14
14
15
15
For complete deployment instructions, see [Active-Active databases]({{< relref "/operate/kubernetes/active-active" >}}).
16
16
17
+
## Applying the configuration
18
+
19
+
To deploy Active-Active databases using these YAML files, follow [Create Active-Active database (REAADB)]({{< relref "/operate/kubernetes/active-active/create-reaadb" >}}), which provides detailed instructions for preparing clusters, creating RERC resources, and deploying REAADB configurations.
20
+
17
21
## Namespace examples
18
22
19
23
A namespace is an abstraction used by Kubernetes to support multiple virtual clusters on the same physical cluster.
@@ -52,12 +56,12 @@ RedisEnterpriseRemoteCluster represents a remote participating cluster.
52
56
53
57
### RERC configuration
54
58
55
-
-`metadata.name`: Unique name for this remote cluster reference
56
-
-`spec.recName`: Name of the remote REC
57
-
-`spec.recNamespace`: Namespace of the remote REC
58
-
-`spec.apiFqdnUrl`: API endpoint URL for the remote cluster
59
-
-`spec.dbFqdnSuffix`: Database hostname suffix for the remote cluster
-[metadata.name]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_remote_cluster_api#appredislabscomv1alpha1" >}}): Unique name for this remote cluster reference
60
+
-[spec.recName]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_remote_cluster_api#spec" >}}): Name of the remote REC
61
+
-[spec.recNamespace]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_remote_cluster_api#spec" >}}): Namespace of the remote REC
62
+
-[spec.apiFqdnUrl]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_remote_cluster_api#spec" >}}): API endpoint URL for the remote cluster
63
+
-[spec.dbFqdnSuffix]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_remote_cluster_api#spec" >}}): Database hostname suffix for the remote cluster
Edit the values in the downloaded YAML file for your specific setup, updating the remote cluster details, API endpoints, and secret names to match your actual environment.
63
67
@@ -71,19 +75,19 @@ Active-Active databases are geo-distributed databases that span multiple Redis E
71
75
72
76
### REAADB configuration
73
77
74
-
-`metadata.name`: Active-Active database name
75
-
-`spec.participatingClusters`: List of RERC names that participate in this database
76
-
-`spec.globalConfigurations`: Database settings applied to all participating clusters
78
+
-[metadata.name]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api#appredislabscomv1alpha1" >}}): Active-Active database name
79
+
-[spec.participatingClusters]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api#specparticipatingclusters" >}}): List of RERC names that participate in this database
80
+
-[spec.globalConfigurations]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api#specglobalconfigurations" >}}): Database settings applied to all participating clusters
77
81
78
82
Edit the downloaded YAML file to add global database settings such as memory allocation, shard count, replication settings, database secrets, Redis modules, and database-specific Redis configuration.
79
83
80
-
## Applying the configuration
81
-
82
-
To deploy Active-Active databases using these YAML files, follow [Create Active-Active database (REAADB)]({{< relref "/operate/kubernetes/active-active/create-reaadb" >}}), which provides detailed instructions for preparing clusters, creating RERC resources, and deploying REAADB configurations.
0 commit comments