grafana
Installation
SKILL.md
Grafana Observability Stack
Full observability stack for self-hosted Kubernetes via kube-prometheus-stack Helm chart. Bundles Grafana, Prometheus, Alertmanager, node-exporter, kube-state-metrics, and default recording/alerting rules.
Deployment
kube-prometheus-stack
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
helm upgrade --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \
-f values.yaml -n monitoring --create-namespace
For ArgoCD app-of-apps pattern, Helm values structure, and CRD management, see kube-prometheus-stack.md. For Git overlay and IngressRoute, see kube-prometheus-stack-overlay.md.