Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 681 Bytes

logging.md

File metadata and controls

12 lines (7 loc) · 681 Bytes

Logging

Logging by Kubernetes Components

Kubernetes components, such as kubelet and apiserver, use the glog logging library. Developer conventions for logging severity are described in devel/logging.md.

Logging in Containers

There are no Kubernetes-specific requirements for logging from within containers. A search will turn up any number of articles about logging and Docker containers. However, we do provide an example of how to collect, index, and view pod logs using Fluentd, Elasticsearch, and Kibana