samsung-cnct / chart-eventrouter

Heptiolabs eventrouter in kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heptio Labs Eventrouter Helm Chart

Build Status

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.

How to install on running Kubernetes cluster with helm

Prerequisites: helm, tiller

helm repo add cnct https://charts.cnct.io
helm repo update
helm install cnct/eventrouter

To install from local repository from /chart-eventrouter/charts

helm install --name my-release --namespace my-namespace ./eventrouter

About

Heptiolabs eventrouter in kubernetes

License:Apache License 2.0


Languages

Language:Smarty 53.0%Language:Dockerfile 47.0%