This project displays database- and system-metrics from various projects with Grafana and Prometheus.
Create and start the containers:
docker compose up -dInstall all objects with Kustomize:
kubectl apply -k kustomize/baseDelete the project namespace and the objects if not needed anymore:
kubectl delete namespace monitoring
