Skip to content

A Helm Chart making it straightforward to install Bro under Kubernetes.

License

Notifications You must be signed in to change notification settings

OpenIxia/kube-bro-helm-chart

Repository files navigation

kube-bro

This is a Helm Chart packaging Bro IDS for easy installation onto Kubernetes. That said, there are some prerequisites to make this work properly. Detailed discussion of this is available in this blog series.

In a nutshell.

Settings

There are three important settings you will need to set when running this chart.

  • You need to explicitly accept the CloudLens EULA by setting global.cloudlens.acceptEula to 'y'
  • You need to give the project Key from your CloudLens project by settings global.cloudlens.apikey.
  • You need to point to the elasticsearch cluster by setting elasticsearch.url

For example,

helm install kube-bro-0.1.0.tgz --name bro --tls --set elasticsearch.url=bro-es-elasticsearch-coordinating-only:9200,global.cloudlens.acceptEula=y,global.cloudlens.apikey=sxxxxxxxxxxxxxxxxxxxxxxxxxx

Releases

No releases published

Packages

No packages published

Languages