mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
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:
commit
13e2f5d9d7
11
cluster/addons/fluentd-elasticsearch/README.md
Normal file
11
cluster/addons/fluentd-elasticsearch/README.md
Normal 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
|
||||
|
||||
[]()
|
11
cluster/addons/fluentd-gcp/README.md
Normal file
11
cluster/addons/fluentd-gcp/README.md
Normal 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
|
||||
|
||||
[]()
|
Loading…
Reference in New Issue
Block a user