diff --git a/README.md b/README.md index 5dd5977..5417fbd 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,28 @@ Underlying Kubernetes cluster components for [KISSJ](https://github.com/skautdev - namespaces - `kissj-db` + - `kissj-dev` - `kissj-prod` - `kissj-staging` + - `kissj-monitoring` - PostgreSQL instance +- monitoring + - Prometheus + - AlertManager + - Grafana + - blackbox exporter ## Security - Users -- ServiceAccounts + - lung + - majkl + +## Monitoring + +As mentione before in [components](#components), the monitoring consists of: +- [Prometheus](https://prometheus.monitoring.kissj.net) +- [AlertManager](https://alertmanager.monitoring.kissj.net) +- [Grafana](https://grafana.monitoring.kissj.net) + +To monitor everything, we also deploy [prometheus/blackbox_exporter](https://github.com/prometheus/blackbox_exporter) to monitor the overall availability of the site.