33 lines
795 B
Markdown
33 lines
795 B
Markdown
# KISSJ GitOps
|
|
|
|
Underlying Kubernetes cluster components for [KISSJ](https://github.com/skautdevs/kissj).
|
|
|
|
## Components
|
|
|
|
- namespaces
|
|
- `kissj-db`
|
|
- `kissj-dev`
|
|
- `kissj-prod`
|
|
- `kissj-staging`
|
|
- `kissj-monitoring`
|
|
- PostgreSQL instance
|
|
- monitoring
|
|
- Prometheus
|
|
- AlertManager
|
|
- Grafana
|
|
- blackbox exporter
|
|
|
|
## Security
|
|
|
|
- Users
|
|
- 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.
|