Helm chart and Dockerfile to deploy Fluentd. It includes configuration and plugins to integrate with Kubernetes metadata
See docker folder. It includes Fluentd v0.14.25 and the following plugins:
- Kubernetes metadata filter
- Kubernetes parser
- Record Modifier
- ElasticSearch Output
- S3 Output
- GELF Output
Autometed builds of this Dockerfile are available in DockerHub
See helm folder. It create a daemonset, a configmap with fluentd configuration, and a RBAC setup for fluentd pods. WARNING: By default it grants cluster-admin permissions.
cd helm
helm install .