Kubernetes 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.
The following document focus on how to deploy Fluentd in Kubernetes and extend the possibilities to have different destinations for your logs.
Kubernetes Logging with Fluentd
Kubernetes 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.
The following document focus on how to deploy Fluentd in Kubernetes and extend the possibilities to have different destinations for your logs.