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: docs/modules/kafka/pages/getting_started/installation.adoc
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
1
= Installation
2
2
3
-
On this page you will install the Stackable Operator for Apache Kafka and operators for its dependencies - ZooKeeper - as well as the commons and secret operator which are required by all Stackable Operators.
3
+
On this page you will install the Stackable Operator for Apache Kafka and operators for its dependencies - ZooKeeper -
4
+
as well as the commons and secret operator which are required by all Stackable Operators.
4
5
5
6
== Stackable Operators
6
7
7
8
There are 2 ways to install Stackable Operators:
8
9
9
-
1. Using xref:stackablectl::index.adoc[stackablectl]
10
-
11
-
2. Using Helm
10
+
. Using xref:management:stackablectl:index.adoc[stackablectl]
11
+
. Using Helm
12
12
13
13
=== stackablectl
14
14
15
-
The stackablectl command line tool is the recommended way to interact with operators and dependencies. Follow the xref:stackablectl::installation.adoc[installation steps] for your platform if you choose to work with stackablectl.
15
+
The `stackablectl` command line tool is the recommended way to interact with operators and dependencies. Follow the
16
+
xref:management:stackablectl:installation.adoc[installation steps] for your platform if you choose to work with
17
+
`stackablectl`.
16
18
17
-
After you have installed stackablectl, run the following command to install all operators necessary for Kafka:
19
+
After you have installed `stackablectl`, run the following command to install all operators necessary for Kafka:
Helm will deploy the operators in a Kubernetes Deployment and apply the CRDs for the Apache Kafka service (as well as the CRDs for the required operators). You are now ready to deploy Apache Kafka in Kubernetes.
51
+
Helm will deploy the operators in a Kubernetes Deployment and apply the CRDs for the Apache Kafka service (as well as
52
+
the CRDs for the required operators). You are now ready to deploy Apache Kafka in Kubernetes.
0 commit comments