Skip to main content

5 docs tagged with "Kubernetes"

View All Tags

Prometheus and Grafana Metrics Explained

Here is a diagram to explain how Prometheus and Grafana work to display Web app metrics. In this case using an Express server. But any server in any language that has a Prometheus client package will do.

What is a Docker Container?

A Docker container is a lightweight, standalone executable package that contains everything needed to run an application.