- Enable Prometheus metrics endpoint in n8n, InfluxDB, and Home Assistant. - Add ServiceMonitor configs for scraping metrics, including token authentication for Home Assistant. - Define native PrometheusRules for health checks, restarts, volume capacities, and n8n event loop lag to prevent login freezes. - Deploy AlertmanagerConfigs to route alerts from the new namespaces to Telegram. |
||
|---|---|---|
| .git-crypt | ||
| bootstrap | ||
| fritzbox | ||
| k8s | ||
| monitoring | ||
| terraform | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
README.md
Infrapuzzle
Infrapuzzle is the newly restructured way of implementing my private infrastructure. Currently the following things are in project scope:
- single node k8s "cluster" implemented with kubespray
- development with Vagrant
- host directory storage
- Ingress via host network
terraform
Documentation in subfolder. It takes care of setting DNS records on OVH nameservers.
bootstrap
Documentation in subfolder. It takes care of setting up the k8s cluster itself, including a vagrant dev environment.
k8s
Documentation in subfolder. The services themselfes.