Skip to content

Commit ed060b1

Browse files
formatting and links
1 parent 7f0c571 commit ed060b1

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

content/operate/kubernetes/reference/yaml/active-active.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ This page provides YAML examples for deploying Active-Active Redis Enterprise da
1414

1515
For complete deployment instructions, see [Active-Active databases]({{< relref "/operate/kubernetes/active-active" >}}).
1616

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+
1721
## Namespace examples
1822

1923
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.
5256

5357
### RERC configuration
5458

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
60-
- `spec.secretName`: Secret containing authentication credentials
59+
- [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
64+
- [spec.secretName]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_remote_cluster_api#spec" >}}): Secret containing authentication credentials
6165

6266
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.
6367

@@ -71,19 +75,19 @@ Active-Active databases are geo-distributed databases that span multiple Redis E
7175

7276
### REAADB configuration
7377

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
7781

7882
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.
7983

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.
83-
8484
## Related documentation
8585

86+
- [Active-Active databases (index)]({{< relref "/operate/kubernetes/active-active" >}})
87+
- [Prepare participating clusters]({{< relref "/operate/kubernetes/active-active/prepare-clusters" >}})
8688
- [Create Active-Active database (REAADB)]({{< relref "/operate/kubernetes/active-active/create-reaadb" >}})
87-
- [REAADB API reference]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api" >}})
89+
- [Edit global configuration]({{< relref "/operate/kubernetes/active-active/global-config" >}})
90+
- [Sync global database secret]({{< relref "/operate/kubernetes/active-active/global-db-secret" >}})
8891
- [RERC API reference]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_remote_cluster_api" >}})
92+
- [REAADB API reference]({{< relref "/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api" >}})
8993
- [Networking configuration]({{< relref "/operate/kubernetes/networking" >}})

0 commit comments

Comments
 (0)