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/druid/pages/getting_started/installation.adoc
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
1
= Installation
2
2
3
-
On this page you will install the Stackable Druid Operator and Operators for its dependencies - ZooKeeper and HDFS - as well as the commons and secret operator which are required by all Stackable Operators.
3
+
On this page you will install the Stackable Druid Operator and Operators for its dependencies - ZooKeeper and HDFS - as
4
+
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 run Stackable Operators
8
9
9
-
1. Using xref:stackablectl::index.adoc[]
10
+
1. Using xref:management:stackablectl:index.adoc[]
10
11
11
12
2. Using Helm
12
13
13
14
=== stackablectl
14
15
15
16
stackablectl is the command line tool to interact with Stackable operators and our recommended way to install Operators.
16
-
Follow the xref:stackablectl::installation.adoc[installation steps] for your platform.
17
+
Follow the xref:management:stackablectl:installation.adoc[installation steps] for your platform.
17
18
18
19
After you have installed stackablectl run the following command to install all Operators necessary for Druid:
19
20
@@ -32,7 +33,7 @@ The tool will show
32
33
[INFO ] Installing druid operator
33
34
----
34
35
35
-
TIP: Consult the xref:stackablectl::quickstart.adoc[] to learn more about how to use stackablectl.
36
+
TIP: Consult the xref:management:stackablectl:quickstart.adoc[] to learn more about how to use `stackablectl`.
36
37
37
38
=== Helm
38
39
@@ -48,8 +49,11 @@ Then install the Stackable Operators:
Helm will deploy the Operators in a Kubernetes Deployment and apply the CRDs for the Apache Druid service (as well as the CRDs for the required operators). You are now ready to deploy Apache Druid in Kubernetes.
52
+
Helm will deploy the Operators in a Kubernetes Deployment and apply the CRDs for the Apache Druid service (as well as
53
+
the CRDs for the required operators). You are now ready to deploy Apache Druid in Kubernetes.
52
54
53
55
== What's next
54
56
55
-
xref:getting_started/first_steps.adoc[Set up a Druid cluster] and its dependencies and xref:getting_started/first_steps.adoc#_ingest_example_data[ingest example data] and xref:getting_started/first_steps.adoc#_query_the_data[query the data].
57
+
xref:getting_started/first_steps.adoc[Set up a Druid cluster] and its dependencies and
58
+
xref:getting_started/first_steps.adoc#_ingest_example_data[ingest example data] and
59
+
xref:getting_started/first_steps.adoc#_query_the_data[query the data].
0 commit comments