k8s-event-logger

command module
v0.0.0-...-0877ef1 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2016 License: MIT Imports: 17 Imported by: 0

README

k8s-event-logger

Subscribes to Kubernetes events, logging them to:

  • STDOUT (default)
  • Bugsnag (optional)
  • Statsd (optional, dogstatsd)

Getting Started

# make sure you have a Secret "bugsnag" with a key "api-key" whose value is your bugsnag API Key
make deploy

Configuring

To enable Bugsnag reporting, set BUGSNAG_API_KEY in your ENV. The included sample deployment YAML expects this to come from a Kubernetes secret, which you can create like so:

$ kubectl create secret generic bugsnag --from-literal=api-key=MYSECRETAPIKEY

To enable Statsd reporting, set STATSD_URL in your ENV. The included sample deployment YAML expects this to be statsd:8125 (you have a service named statsd running on UDP 8125).

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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