docs: update README.md
This commit is contained in:
parent
ac16fabbd5
commit
4c114a5010
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
|
@ -6,11 +6,28 @@ Underlying Kubernetes cluster components for [KISSJ](https://github.com/skautdev
|
||||||
|
|
||||||
- namespaces
|
- namespaces
|
||||||
- `kissj-db`
|
- `kissj-db`
|
||||||
|
- `kissj-dev`
|
||||||
- `kissj-prod`
|
- `kissj-prod`
|
||||||
- `kissj-staging`
|
- `kissj-staging`
|
||||||
|
- `kissj-monitoring`
|
||||||
- PostgreSQL instance
|
- PostgreSQL instance
|
||||||
|
- monitoring
|
||||||
|
- Prometheus
|
||||||
|
- AlertManager
|
||||||
|
- Grafana
|
||||||
|
- blackbox exporter
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
- Users
|
- 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.
|
||||||
|
|
|
||||||
Reference in a new issue