Skip to content

Fluentd image that ships logs to ES, for use with Kubernetes

Notifications You must be signed in to change notification settings

bigglesandginger/fluentd-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Fluentd + Elastic Search

Alpha quality, use at your own risk.

How to use

Modify fluentd-daemonset.yaml as necessary, then run the following:

kubectl create -f fluentd-daemonset.yaml

How it works

fluent.conf has Fluentd reading from /var/lib/docker/containers and looking up the container metadata from containers/<id>/config.v2.json.

fluentd-daemonset.yaml has the fluentd-k8s instances reading ES config from environment variables, set up via Kubernetes secrets. Make sure the secrets are set up before provisioning.

About

Fluentd image that ships logs to ES, for use with Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published