Skip to content

A simple introspective kubernetes service that forwards events to a specified sink.

License

Notifications You must be signed in to change notification settings

mwennrich/eventrouter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple introspective kubernetes service that forwards events to a specified sink.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 96.5%
  • Makefile 2.2%
  • Dockerfile 1.3%