简体   繁体   中英

Logging events in Kubernetes cluster

Iam new to Kubernetes , i have to create a logging mechanism which logs various pod lifecycle events happening in Kubernetes Cluster . Can any one tell how shall i proceed ?

You are looking for the ELK stack: Elasticsearch, Logstash, Kibana (or EFK if using Fluentd). There is a tutorial here: https://kubernetes.io/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana/

Unfortunately this is not a trivial. Google the terms above, experiment and learn. Good luck :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM