kubernetes/cluster/addons/fluentd-gcp/fluentd-gcp-image
2015-04-27 20:47:38 +00:00
..
Dockerfile Remove unused env variable from the fluentd dockerfiles and make their apt-get 2015-04-27 20:47:38 +00:00
google-fluentd.conf Propagate pod and container name for log files 2015-04-22 15:08:51 -07:00
Makefile Propagate pod and container name for log files 2015-04-22 15:08:51 -07:00
README.md Move the logging-related directories to where I think they belong. 2015-04-17 23:59:50 +00:00

Collecting Docker Log Files with Fluentd and sending to GCP.

This directory contains the source files needed to make a Docker image that collects Docker container log files using Fluentd and sends them to GCP. This image is designed to be used as part of the Kubernetes cluster bring up process. The image resides at DockerHub under the name kubernetes/fluentd-gcp.