# README
Eventrouter
Extremely simplified fork of https://github.com/heptiolabs/eventrouter
Contains only the stdout sink
Running Eventrouter
Startup:
kubectl create -f https://raw.githubusercontent.com/mwennrich/eventrouter/main/yaml/eventrouter.yaml
Teardown:
kubectl delete -f https://raw.githubusercontent.com/mwennrich/eventrouter/main/yaml/eventrouter.yaml
Inspecting the output
kubectl logs -f deployment/eventrouter -n kube-system
# Packages
No description provided by the author
# Functions
NewEventRouter will create a new event router using the input params.
# Structs
EventRouter is responsible for maintaining a stream of kubernetes system Events and pushing them to another channel for storage.