Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions content/operate/kubernetes/deployment/deployment-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ You can deploy Redis Enterprise for Kubernetes in several different ways dependi

Multiple Redis Enterprise database resources (REDB) can be associated with single Redis Enterprise cluster resource (REC) even if they reside in different namespaces.

{{<note>}} The Redis Enterprise cluster (REC) custom resource must reside in the same namespace as the Redis Enterprise operator.
{{</note>}}
The Redis Enterprise cluster (REC) custom resource must reside in the same namespace as the Redis Enterprise operator.

{{<warning>}} Multi-namespace installations don't support Active-Active databases (REEADB). Only databases created with the REDB resource are supported in multi-namespace deployments at this time.{{</warning>}}

## Single REC and single namespace (one-to-one)

Expand Down
2 changes: 2 additions & 0 deletions content/operate/kubernetes/re-clusters/multi-namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Multiple Redis Enterprise database resources (REDBs) can be associated with a si

To learn more about designing a multi-namespace Redis Enterprise cluster, see [flexible deployment options]({{< relref "/operate/kubernetes/deployment/deployment-options.md" >}}).

{{<warning>}} Multi-namespace installations don't support Active-Active databases (REEADB). Only databases created with the REDB resource are supported in multi-namespace deployments at this time.{{</warning>}}

## Prerequisites

Before configuring a multi-namespace deployment, you must have a running [Redis Enterprise cluster (REC)]({{< relref "/operate/kubernetes/deployment/quick-start.md" >}}). See more information in the [deployment]({{< relref "/operate/kubernetes/deployment/" >}}) section.
Expand Down
Loading