k3s/cluster/addons/fluentd-gcp/fluentd-gcp-image
Alex Robinson 059a8c92bd Move the logging-related directories to where I think they belong.
1. Move fluentd-gcp to be a core cluster addon, rather than a contrib.
2. Get rid of the synthetic logger under contrib, since the exact same
synthetic logger was also included in the logging-demo.
3. Move the logging-demo to examples, since it's effectively an example.

We should also consider adding on a GCP section to the logging-demo
example :)
2015-04-17 23:59:50 +00:00
..
Dockerfile Move the logging-related directories to where I think they belong. 2015-04-17 23:59:50 +00:00
Makefile Move the logging-related directories to where I think they belong. 2015-04-17 23:59:50 +00:00
README.md Move the logging-related directories to where I think they belong. 2015-04-17 23:59:50 +00:00
google-fluentd.conf Move the logging-related directories to where I think they belong. 2015-04-17 23:59:50 +00:00

README.md

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.