You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/book/con-what-the-cluster-operator-does.adoc
+5-4
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,20 @@ On {OpenShiftName} such a cluster can be deployed using the Source2Image feature
14
14
.Example Architecture diagram of the Cluster Operator.
15
15
image::cluster_operator.png[Cluster Operator]
16
16
17
-
When the Cluster Operator is up, it starts to _watch_ for certain {ProductPlatformName} resources containing the desired Kafkaor Kafka Connect cluster configuration.
17
+
When the Cluster Operator is up, it starts to _watch_ for certain {ProductPlatformName} resources containing the desired Kafka, Kafka Connect, or Kafka Mirror Maker cluster configuration.
18
18
By default, it watches only in the same namespace or project where it is installed.
19
19
The Cluster Operator can be configured to watch for more {Namespaces}.
20
20
Cluster Operator watches the following resources:
21
21
22
22
* A `Kafka` resource for the Kafka cluster.
23
23
* A `KafkaConnect` resource for the Kafka Connect cluster.
24
24
* A `KafkaConnectS2I` resource for the Kafka Connect cluster with Source2Image support.
25
+
* A `KafkaMirrorMaker` resource for the Kafka Mirror Maker instance.
25
26
26
-
When a new `Kafka`, `KafkaConnect`, or `KafkaConnectS2I` resource is created in the {ProductPlatformName} cluster, the operator gets the cluster description from the desired resource and starts creating a new Kafkaor Kafka Connect cluster by creating the necessary other {ProductPlatformName} resources, such as StatefulSets, Services, ConfigMaps, and so on.
27
+
When a new `Kafka`, `KafkaConnect`, `KafkaConnectS2I`, or `Kafka Mirror Maker` resource is created in the {ProductPlatformName} cluster, the operator gets the cluster description from the desired resource and starts creating a new Kafka, Kafka Connect, or Kafka Mirror Maker cluster by creating the necessary other {ProductPlatformName} resources, such as StatefulSets, Services, ConfigMaps, and so on.
27
28
28
-
Every time the desired resource is updated by the user, the operator performs corresponding updates on the {ProductPlatformName} resources which make up the Kafkaor Kafka Connect cluster.
29
-
Resources are either patched or deleted and then re-created in order to make the Kafkaor Kafka Connect cluster reflect the state of the desired cluster resource.
29
+
Every time the desired resource is updated by the user, the operator performs corresponding updates on the {ProductPlatformName} resources which make up the Kafka, Kafka Connect, or Kafka Mirror Maker cluster.
30
+
Resources are either patched or deleted and then re-created in order to make the Kafka, Kafka Connect, or Kafka Mirror Maker cluster reflect the state of the desired cluster resource.
30
31
This might cause a rolling update which might lead to service disruption.
31
32
32
33
Finally, when the desired resource is deleted, the operator starts to undeploy the cluster and delete all the related {ProductPlatformName} resources.
0 commit comments