Eventrouter deployment for Kubernetes, using this helm chart and this Dockerfile.
The event router serves as an active watcher of event resource in the kubernetes system, which takes those events and pushes them to a user specified sink. This is useful for a number of different purposes, but most notably long term behavioral analysis of your workloads running on your kubernetes cluster.
Eventrouter is configured to write the events to stdout. In CNCT use, (fluentbit) forwards the stdout events to Elasticsearch.
Prerequisites: helm, tiller
helm repo add cnct https://charts.cnct.io
helm repo update
helm install cnct/eventrouter
helm install --name my-release --namespace my-namespace ./eventrouter