k8stream

k8stream

2020
Apache 2.0

Build Status

Project Description

Kubernetes events are an excellent source of information to monitor and debug the state of your Services. Kubernetes API server emits events whenever there is a change in some resource it manages. These events are typically stored in etcd for some time and can be observed when you run kubectl get events or kubectl describe. Typical metadata in every event includes entity kind (pod, deployment etc), state (warning, normal, error), reason and message. There are no tools for running analytics on top of it to figure out root causes of outages. This is where k8stream comes in as a pipeline to ingest events.

Links

Download source code as [.zip file] [.tar.gz file]
Documentation: [README]