11= Installation  
2+ :description: Install the Stackable operator for Apache ZooKeeper using stackablectl or Helm. 
23
3- On this page you will install the Stackable ZooKeeper Operator.
4- 
5- == Stackable Operators  
6- 
7- There are 2 ways to run Stackable Operators
8- 
9- . Using xref:management:stackablectl:index.adoc[] (recommended)
10- . Using Helm
11- 
12- === stackablectl
4+ Follow the instructions below to install the Stackable operator for Apache ZooKeeper, using either `stackablectl`  or Helm:
135
6+ [tabs] 
7+ ==== 
8+ stackablectl (recommended):: 
9+ + 
10+ -- 
1411`stackablectl` is the command line tool to interact with Stackable operators and our recommended way to install 
1512Operators. Follow the xref:management:stackablectl:installation.adoc[installation steps] for your platform. 
1613
@@ -28,10 +25,13 @@ include::example$getting_started/code/install_output.txt[]
2825
2926TIP: Consult the xref:management:stackablectl:quickstart.adoc[] to learn more about how to use `stackablectl`. For 
3027example, you can use the `--cluster kind` flag to create a Kubernetes cluster with link:https://kind.sigs.k8s.io/[kind]. 
28+ -- 
3129
32- === Helm
33- 
34- You can also use Helm to install the Operators. Add the Stackable Helm repository:
30+ Helm:: 
31+ + 
32+ -- 
33+ You can also use Helm to install the Operators. 
34+ Add the Stackable Helm repository: 
3535[source,bash] 
3636---- 
3737include::example$getting_started/code/getting_started.sh[tag=helm-add-repo] 
@@ -43,9 +43,10 @@ Then install the Stackable Operators:
4343include::example$getting_started/code/getting_started.sh[tag=helm-install-operators] 
4444---- 
4545
46- Helm will deploy the Operators in a Kubernetes Deployment and apply the CRDs for the ZooKeeper cluster. You are now
47- ready to deploy Apache ZooKeeper in Kubernetes.
46+ Helm deploys the operators in Kubernetes Deployments and applies the CRDs for the ZooKeeperCluster Stacklet. 
47+ -- 
48+ ==== 
4849
49- == What's next
50+ == What's next?   
5051
51- xref:getting_started/first_steps.adoc[Set up  a ZooKeeper cluster ].
52+ Use the operator to  xref:getting_started/first_steps.adoc[deploy  a ZooKeeper Stacklet ].
0 commit comments