eventrouter

command module
v0.0.0-...-a3040c0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2017 License: Apache-2.0 Imports: 22 Imported by: 0

README

Eventrouter

This repository contains a simple event router for the Kubernetes project. 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.

Goals

This project has several objectives, which include:

  • Persist events for longer period of time to allow for system debugging
  • Allows operators to forward events to other system(s) for archiving/ML/introspection/etc.
  • It should be relatively low overhead
  • Support for multiple sinks should be configurable
NOTE:

By default, eventrouter is configured to leverage existing EFK stacks by outputting wrapped json object which are easy to index in elastic search.

Non-Goals:

  • This service does not provide a querable extension, that is a responsibility of the sink
  • This service does not serve as a storage layer, that is also the responsibility of the sink

Building

You can build and test either as a standalone go application or as a Docker container.

Standalone:
$ go get github.com/heptio/eventrouter
Containerized:
$ sudo make all 

Configure and Execute

Standalone:

Assuming your testing on a local cluster, it will use the local config.json, which you can override.

$ ./eventrouter -v 3 -logtostderr 
On the cluster

Standup:

$ kubectl create -f yaml/

Teardown:

$ kubectl delete -f yaml/

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL