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/nifi/pages/getting_started/first_steps.adoc
+10-66Lines changed: 10 additions & 66 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,38 +1,13 @@
1
1
= First steps
2
-
:description: Deploy Apache NiFi and ZooKeeper on Kubernetes using manifest files. Verify setup and access NiFi's web interface with stackablectl or kubectl.
2
+
:description: Deploy Apache NiFi on Kubernetes using manifest files. Verify setup and access NiFi's web interface with stackablectl or kubectl.
3
3
4
4
After going through the xref:getting_started/installation.adoc[] section and having installed all the operators, you deploy a NiFi cluster and the required dependencies.
5
5
Afterward you can <<_verify_that_it_works, verify that it works>> by querying the REST API.
6
6
7
7
== Setup
8
8
9
-
Two things need to be installed to create a NiFi cluster:
10
-
11
-
* A ZooKeeper cluster for internal use by NiFi
12
-
* The NiFi cluster itself
13
-
14
-
Create them in this order, each one is created by applying a manifest file.
15
-
The operators create the resources according to the manifest.
16
-
17
-
=== Apache ZooKeeper
18
-
19
-
To create a ZooKeeper instance run the following command:
which should output a URL to connect to the NiFi web interface:
94
+
should output a URL to connect to the NiFi web interface:
151
95
152
96
[source]
153
97
----
154
-
NiFi web interface: https://172.18.0.2:30528
98
+
NiFi URL: https://172.18.0.2:30528
155
99
----
156
100
157
101
Then connect to `https://172.18.0.2:30528/nifi` and you should see the NiFi web login. After providing the username `admin` and password `admin` you are redirected to the NiFi web interface.
Copy file name to clipboardExpand all lines: docs/modules/nifi/pages/getting_started/installation.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
= Installation
2
2
:description: Install the Stackable operator for Apache NiFi and its dependencies using stackablectl or Helm. Follow steps for a complete setup on Kubernetes.
3
3
4
-
On this page you install the Stackable operator for Apache NiFi and operators for its dependencies -- ZooKeeper --
5
-
as well as the commons, secret and listener operator which are required by all Stackable operators.
4
+
On this page you install the Stackable operator for Apache NiFi as well as the commons, secret and listener operator,
5
+
which are required by all Stackable operators.
6
6
7
7
There are multiple ways to install the Stackable operators.
8
8
xref:management:stackablectl:index.adoc[] is the preferred way, but Helm is also supported.
0 commit comments