Helm
The Helm chart for NetObserv Flow is currently a technology preview. The design and implementation are less mature than stable features and subject to change. Please provide feedback or report issues to the ElastiFlow Forum.
For Kubernetes deployments, the NetObserv Flow collector can be deployed using Helm. The Helm chart is available in the NetObserv Flow Helm Chart GitHub repository.
Requirements
- Helm 3.x
- Kubernetes 1.19+
- A supported version of Linux on your nodes. For example, RHEL/CentOS 8+ or Ubuntu 20.04+
Installation
helm repo add elastiflow https://elastiflow.github.io/helm-chart-netobserv/
helm repo update
helm install netobserv elastiflow/netobserv
Configuration
License Setup
To configure an ElastiFlow license key, you can add the following to your values.yaml
:
license:
createSecret: true
Then make sure to use Helm's set
option to configure the license key when installing the chart. For example:
helm install netobserv elastiflow/netobserv \
--set license.licenseKey="licensekeygoeshere"
Additional Configuration
For additional Kubernetes configuration information, refer to the comments in the default values file.
For additional environment variable configurations, refer to the configuration reference guide.