Kubernetes ecosystem offers various log monitoring solutions to monitor logs at different layers of the Kubernetes engine stack.
To implement a log monitor stack for your Kubernetes engine, follow best practices such as:
- determining important metrics,
- avoiding monitoring everything or too little
- planning log architecture to match deployment architecture.
You can use Stackdriver as a single pane of glass view for metrics, logs, and trace data of your Kubernetes engine cluster workload, and Prometheus, Opencensus for metrics, collect and distribute trace data across your application.
















