Skip to content

Commit cff5650

Browse files
changes from SME review
1 parent b7528c6 commit cff5650

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

content/operate/kubernetes/architecture/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ The [Active-Active databases](#active-active-databases) require one of above rou
130130

131131
## Services Rigger
132132

133-
The services rigger is responsible for creating and updating services related to database objects. It identifies database objects within the cluster and creates services (by default `cluster_ip` type) to allow access to those databases. By default, the services have the same name as the databases. You can view a list of services with the `kubectl get services` command.
133+
The services rigger is responsible for creating and updating services related to database objects. It identifies database objects within the cluster and creates services in accordance with [`redisEnterpriseCluster.Spec.servicesRiggerSpec` setting]({{<relref "/operate/kubernetes/reference/redis_enterprise_cluster_api#specservicesriggerspec">}}) to allow access to those databases. By default, each database has two services, a `cluster_ip` Service with the same name as the database and a `headless` Service with the same name as the database suffixed with `-headless`. It also creates other types of Services such as Ingress Services or OpenshiftRoutes (defined in `redisEnterpriseCluster.Spec.ingressOrRouteSpec`) meant to provide access to REAADB objects.
134+
135+
You can view a list of services with the `kubectl get services` command.
134136

135137
Kubernetes is a dynamic environment, with nodes and pods changing as needed. The services rigger monitors the cluster for these changes and updates the database services to ensure reliable communication with the databases.
136138

0 commit comments

Comments
 (0)