Installation

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.

Stackable Operators

There are 2 ways to run Stackable Operators

  1. Using stackablectl

  2. Using Helm

stackablectl

stackablectl is the command line tool to interact with Stackable operators and our recommended way to install Operators. Follow the installation steps for your platform.

After you have installed stackablectl run the following command to install all Operators necessary for Druid:

Unresolved include directive in modules/druid/pages/getting_started/installation.adoc - include::example$code/getting_started.sh[]

The tool will show

[INFO ] Installing commons operator
[INFO ] Installing secret operator
[INFO ] Installing zookeeper operator
[INFO ] Installing hdfs operator
[INFO ] Installing druid operator
Consult the Quickstart to learn more about how to use stackablectl.

Helm

You can also use Helm to install the Operators. Add the Stackable Helm repository:

Unresolved include directive in modules/druid/pages/getting_started/installation.adoc - include::example$code/getting_started.sh[]

Then install the Stackable Operators:

Unresolved include directive in modules/druid/pages/getting_started/installation.adoc - include::example$code/getting_started.sh[]

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.

What’s next