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/modules/deploying/proc-deploy-kafka-cluster-kraft.adoc
+5-5
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ The deployment uses a YAML file to provide the specification to create a `Kafka`
12
12
13
13
Strimzi provides the following xref:config-examples-{context}[example deployment files] that you can use to create a Kafka cluster that uses node pools:
14
14
15
-
`kafka/kraft/kafka-with-dual-role-nodes.yaml`:: Deploys a Kafka cluster with one pool of nodes that share the broker and controller roles.
16
-
`kafka/kraft/kafka-persistent.yaml`:: Deploys a persistent Kafka cluster with one pool of controller nodes and one pool of broker nodes.
17
-
`kafka/kraft/kafka-ephemeral.yaml`:: Deploys an ephemeral Kafka cluster with one pool of controller nodes and one pool of broker nodes.
18
-
`kafka/kraft/kafka-single-node.yaml`:: Deploys a Kafka cluster with a single node.
19
-
`kafka/kraft/kafka-jbod.yaml`:: Deploys a Kafka cluster with multiple volumes in each broker node.
15
+
`kafka/kafka-with-dual-role-nodes.yaml`:: Deploys a Kafka cluster with one pool of nodes that share the broker and controller roles.
16
+
`kafka/kafka-persistent.yaml`:: Deploys a persistent Kafka cluster with one pool of controller nodes and one pool of broker nodes.
17
+
`kafka/kafka-ephemeral.yaml`:: Deploys an ephemeral Kafka cluster with one pool of controller nodes and one pool of broker nodes.
18
+
`kafka/kafka-single-node.yaml`:: Deploys a Kafka cluster with a single node.
19
+
`kafka/kafka-jbod.yaml`:: Deploys a Kafka cluster with multiple volumes in each broker node.
20
20
21
21
In this procedure, we use the example deployment file that deploys a Kafka cluster with one pool of nodes that share the broker and controller roles.
0 commit comments