Skip to content

Commit 916d5c0

Browse files
REDB info
1 parent 6c97b6f commit 916d5c0

File tree

1 file changed

+13
-1
lines changed
  • content/operate/kubernetes/architecture

1 file changed

+13
-1
lines changed

content/operate/kubernetes/architecture/_index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,20 @@ For settings managed by the operator, any changes made outside of the CR YAML fi
4343

4444
## RedisEnterpriseCluster REC
4545

46-
## RedisEnterpriseDatabase REDB
46+
A Redis Enterprise cluster is a set of Redis Enterprise nodes pooling resources. Each node is capable of running multiple Redis instances (shards). A Redis cluster is created an managed by the RedisEnterpriseCluster (REC) custom resource. Changes to the REC YAML configuration prompt the operator to make changes to the cluster.
4747

4848
{{< image filename="/images/k8s/k8s-node-arch.png">}}
4949

50+
The REC is required for both standard databases (REDB) and Active-Active databases (REAADB).
51+
52+
## RedisEnterpriseDatabase REDB
53+
54+
A Redis Enterprise database is a logical entity that manages your entire dataset across multiple Redis instances (shards). A Redis instance is a single-threaded database process (commonly referred to as a shard).
55+
56+
Redis databases are created and managed by the RedisEnterpriseDatabase (REDB)custom resource. Changes to the REDB YAML configuration file prompt the operator to make changes to the database. See the [RedisEnterpriseDatabase (REDB) API Reference]({{<relref "/operate/kubernetes/reference/redis_enterprise_database_api">}}) for a full list of fields and settings.
57+
58+
A database can be managed by an operator in the same namespace, or a different namespace. See []"Flexible deployment"]({{<relref "/operate/kubernetes/architecture/deployment-options">}}) options and []"Manage databases in multiple namespaces"]({{<relref "/operate/kubernetes/re-clusters/multi-namespace">}}) for more information.
59+
5060
## Active-Active databases
5161

5262
### RedisEnterpriseRemoteCluster RERC
@@ -63,5 +73,7 @@ secrets
6373

6474
PVCs, network attached
6575

76+
## Networking
77+
6678
## Metrics
6779

0 commit comments

Comments
 (0)