Prometheus
Containers running Prometheus and Prometheus Blackbox Exporter.
Usage with docker
- Start :
docker compose up -d
- Open https://prometheus.dev.localhost
Usage with Kubernetes
- Read k8s-install.sh and run :
# To get prometheus on https://prometheus.dev.localhost
bash k8s-install.sh
# To get prometheus on https://prometheus.example.net
DEVBOX_HOSTNAME=example.net bash k8s-install.sh
- Open https://prometheus.dev.localhost and https://blackbox-exporter.dev.localhost
Resources
About prometheus :
- prometheus.io - docs - overview
- prometheus-community.github.io - Prometheus Community Kubernetes Helm Charts
About prometheus-blackbox-exporter :