Skip to content

Commit ac6a501

Browse files
small edits
1 parent 916d5c0 commit ac6a501

File tree

1 file changed

+10
-5
lines changed
  • content/operate/kubernetes/architecture

1 file changed

+10
-5
lines changed

content/operate/kubernetes/architecture/_index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,27 @@ For settings managed by the operator, any changes made outside of the CR YAML fi
4343

4444
## RedisEnterpriseCluster REC
4545

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.
46+
A Redis Enterprise cluster is a set of Redis Enterprise nodes pooling resources. Each node is capable of running multiple Redis instances (shards).
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).
50+
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.The REC is required for both standard databases (REDB) and Active-Active databases (REAADB).
51+
52+
See the [RedisEnterpriseCluster (REC) API Reference]({{<relref "/operate/kubernetes/reference/redis_enterprise_cluster_api">}}) for a full list of fields and settings.
5153

5254
## RedisEnterpriseDatabase REDB
5355

5456
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).
5557

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.
58+
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.
5759

5860
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.
5961

6062
## Active-Active databases
6163

62-
### RedisEnterpriseRemoteCluster RERC
64+
## RedisEnterpriseRemoteCluster RERC
6365

64-
### RedisEnterpriseActiveActiveDatabase REAADB
66+
## RedisEnterpriseActiveActiveDatabase REAADB
6567

6668
## Services Rigger
6769

@@ -75,5 +77,8 @@ PVCs, network attached
7577

7678
## Networking
7779

80+
ingress and ingressorRoutes
81+
7882
## Metrics
7983

84+
Promethius service

0 commit comments

Comments
 (0)