K8S Logging And Monitoring
In this tutorial I will show you how to install a prometheus operator to monotor kubernetes and loki to gether logs.
In this tutorial I will show you how to install a prometheus operator to monotor kubernetes and loki to gether logs.
Use Influxdb to as storage for Prometheus.
I prefer to use Naemon (a fork of nagos) with Influxdb as a storage for graphical data.
The Alertmanager handles alerts sent by client applications such as the Prometheus server.
Install node-exporter to provides detailed information about the system, including CPU, disk, and memory usage.
Prometheus is an open-source monitoring system with a built-in noSQL time-series database. It offers a multi-dimensional data model, a flexible query language, and diverse visualization possibilities. Prometheus collects metrics from http nedpoint. Most service dind’t have this endpoint so you need optional programs that generate additional metrics cald exporters.