Merge pull request #43379 from crassirostris/fluentd-gcp-docs

Automatic merge from submit-queue

Add readme for fluentd addons

/cc @steveperry-53
This commit is contained in:
Kubernetes Submit Queue 2017-03-23 02:08:56 -07:00 committed by GitHub
commit 13e2f5d9d7
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Logging Agent For Elasticsearch
==============
Logging Agent For Elasticsearch is a DaemonSet which spawns a pod on each node
that reads logs, generated by kubelet, container runtime and containers
and sends them to Elasticsearch, deployed in the cluster. Later logs can be
accessed either by querying Elasticsearch directly or by using Kibana.
Learn more at: https://kubernetes.io/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/fluentd-elasticsearch/README.md?pixel)]()

View File

@ -0,0 +1,11 @@
# Stackdriver Logging Agent
==============
Stackdriver Logging Agent is a DaemonSet which spawns a pod on each node
that reads logs, generated by kubelet, container runtime and containers
and sends them to the Stackdriver. When logs are exported to the Stackdriver,
they can be searched, viewed, and analyzed.
Learn more at: https://kubernetes.io/docs/tasks/debug-application-cluster/logging-stackdriver
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/cluster/addons/fluentd-gcp/README.md?pixel)]()