Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.98 KB

File metadata and controls

56 lines (41 loc) · 1.98 KB

Installation

On this page you install the Stackable operator for Apache NiFi as well as the commons, secret and listener operator, which are required by all Stackable operators.

There are multiple ways to install the Stackable operators. management:stackablectl:index.adoc is the preferred way, but Helm is also supported. OpenShift users may prefer installing the operator from the RedHat Certified Operator catalog using the OpenShift web console.

stackablectl

The stackablectl command line tool is the recommended way to interact with operators and dependencies. Follow the installation steps for your platform if you choose to work with stackablectl.

After you have installed stackablectl and have a Kubernetes cluster up and running, run the following command to install all operators necessary for NiFi:

link:example$getting_started/getting_started.sh[role=include]

The output should contain the following lines

link:example$getting_started/install_output.txt[role=include]
Tip
Consult the management:stackablectl:quickstart.adoc to learn more about how to use stackablectl.
Helm

You can also use Helm to install the operators.

Note
helm repo subcommands are not supported for OCI registries. The operators are installed directly, without adding the Helm Chart repository first.

Install the Stackable operators:

link:example$getting_started/getting_started.sh[role=include]

Helm deploys the operators in a Kubernetes Deployment. Each operator installs and maintains its own CRDs at startup (see concepts:maintenance/crds.adoc).

What’s next

Setting up a NiFi cluster and its dependencies.