Kubernetes events
- Aggregate kubernetes events with eventrouter
- Open k8s FR Implement alternative storage destination (for events)
Get events for specific pod💹
kubectl get event -w -n oas --field-selector involvedObject.name=prometheus-stack
Eventrouter
- Migration is on it's way to openshift/eventrouter
- Deprecated: heptiolabs/eventrouter
- It seems abondoned, but from what ppl say it's still working fine.
- The chart is in the process of beeing moved to the bitnami charts (see also https://github.com/heptiolabs/eventrouter/issues/121).
kubewatch
Watch k8s events and trigger Handlers
https://github.com/bitnami-labs/kubewatch
- Last commit 2020-07 (as of 2021-03)
- no matrix support so far
Other alternatives
- heapster eventer - deprecated
- redhat openshift eventrouter
- kube-eventer - maintained, but no stdout sink which can be used by promtail