Skip to main content

Monitoring and Logging

When scaling and improving applications with the K8S, it is necessary at some point to be verifying that applications are working as expected. By monitoring your applications you can see that your infrastructure is underutilizing resources that could be saved.

VKPR makes the integration of certain monitoring tools available for use in your cluster, being them:

  • Grafana: Dashboard to visualize all data from yours applications. To see Grafana commands, click here
  • Loki: Used to monitor applications logs. To see Loki commands, click here
  • Jaeger: Used to monitor and troubleshoot microservices-based distributed systems. To see Jaeger commands, click here
  • Prometheus: Used to monitor and alert applications. To see promtheus-stack commands, click here