Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 316 Bytes

logging.md

File metadata and controls

2 lines (2 loc) · 316 Bytes

logging

For gathering metrics we either use kubernetes metrics server (the new heapster) . this server collects metrics from all kubelets and aggragates them in-memory.kubelets collects logs and metrics from containers via cAdvisor .we usually uses prometheus or elastic stack for more complex monitoring.