https://github.com/fluent/fluentd-docs-kubernetes
Fluentd DaemonSet Documentation for Kubernetes
https://github.com/fluent/fluentd-docs-kubernetes
Last synced: 29 days ago
JSON representation
Fluentd DaemonSet Documentation for Kubernetes
- Host: GitHub
- URL: https://github.com/fluent/fluentd-docs-kubernetes
- Owner: fluent
- Created: 2017-02-08T18:06:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T18:15:12.000Z (about 9 years ago)
- Last Synced: 2025-07-05T03:06:37.374Z (8 months ago)
- Size: 24.4 KB
- Stars: 2
- Watchers: 13
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes Logging with Fluentd

[Kubernetes](http://kubernetes.io) provides two logging end-points for applications and cluster logs: Stackdriver Logging for use with Google Cloud Platform and Elasticsearch. Behind the scenes there is a logging agent that take cares of log collection, parsing and distribution: [Fluentd](http://www.fluentd.org).
The following document focus on how to deploy Fluentd in Kubernetes and extend the possibilities to have different destinations for your logs.