Deploy ResiliencyIO Dashboard
ResiliencyIO exports custom Prometheus metrics for CRD monitoring and includes a pre-configured Grafana dashboard with interactive visualizations for observability and system health tracking.
Requirements
- Prometheus installed in the Kubernetes cluster
- Grafana configured to access Prometheus
Procedure from CLI
This guide uses the observability-system namespace. You can replace it with your preferred monitoring namespace if needed.
Deploy the dashboard
Apply the Grafana dashboard ConfigMap:
kubectl apply -f https://docs.resiliency.io/manifests/v1.4.2/grafana-dashboard.yaml -n observability-system