Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 708 Bytes

k8s-best-practices-logging.adoc

File metadata and controls

14 lines (11 loc) · 708 Bytes

Logging

Log aggregation and analysis
  • Containers are expected to write logs to stdout. It is highly recommended that stdout/stderr leverage some standard logging format for output.

  • Logs CAN be parsed to a limited extent so that specific vendor logs can be sent back to the workload if required.

  • Workloads requiring log parsing must leverage some standard logging library or format for all stdout/stderr. Examples of standard logging libraries include; klog, rfc5424, and oslo.