honeycombio/kubernetes-manifests

Name: kubernetes-manifests

Owner: Honeycomb

Description: Example deployment manifests for Kubernetes integrations

Created: 2017-08-03 22:48:43.0

Updated: 2018-05-16 17:22:32.0

Pushed: 2018-05-16 17:22:29.0

Homepage: null

Size: 14

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This repository contains example manifests for deploying Honeycomb's Kubernetes integrations.

The Honeycomb Kubernetes agent provides a flexible way to ingest logs from applications running on Kubernetes. Honeycomb can also leverage Heapster and kube-state-metrics to explore your cluster's state and resource use.

To start collecting data, grab your Honeycomb write key from your account page. Then run

ctl create secret generic honeycomb-writekey --from-literal=key=$YOUR_WRITEKEY -n kube-system

to save your write key as a Kubernetes secret.

Next, clone this repository and apply the manifests:

clone https://github.com/honeycombio/kubernetes-manifests
ctl apply -f kubernetes-manifests/logs
ctl apply -f kubernetes-manifests/metrics

After a few seconds, you should see the following datasets in the Honeycomb UI:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.