K3D
Follow these instructions to prepare k3d for NiFiKop installation with sufficient resources to run NiFiKop and some basic applications.
Prerequisites
- Administrative privileges are required to run k3d.
Installation steps
-
Install the latest version of k3d, version 5.3.0 or later.
-
Create your Kubernetes cluster. This example uses Kubernetes version 1.21.10. You can change the version to any Kubernetes version supported by NiFiKop by altering the --kubernetes-version value:
k3d cluster create --image rancher/k3s:v1.21.10-k3s1 --wait
-
Expose your NiFi cluster:
k3d cluster edit k3s-default --port-add "<nifi_cluster_port>:<nifi_cluster_port>@loadbalancer"