Docs-as-code: full deploy configs, compose stacks, and DR guide
- Add root README and docs/ (architecture, hosts, disaster-recovery, operations) - Add compose/ for superset, forgejo, lam, cadvisor; unified deploy compose - Add scripts/deploy (deploy-atc-docker01.sh, container inventory export) - Add inventory/containers-atc-docker01.json snapshot - Add config READMEs for kafka and airflow; .env.example; expand .gitignore - Sync atclab helper scripts; update homepage/superset compose with env support
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# Hosts & poorten
|
||||
|
||||
## VM-overzicht
|
||||
|
||||
| Hostname | IP (indien bekend) | Rol |
|
||||
|----------|-------------------|-----|
|
||||
| `atc-docker01.dell-atc.lan` | `10.0.21.45` | Docker: homepage, superset, rss-proxy, icons |
|
||||
| `atc-mgt01.dell-atc.lan` | — | Forgejo Git `:3001`, LDAP/LAM |
|
||||
| `atc-kafka01.dell-atc.lan` | — | Kafka UI `:9000` |
|
||||
| `atc-lake01.dell-atc.lan` | — | Spark `:8080`, Trino `:8089`, Debezium `:8083` |
|
||||
| `atc-elastic01.dell-atc.lan` | — | ES `:9200`, Kibana `:5601` |
|
||||
| `atc-db01.dell-atc.lan` | `10.0.20.112` | PostgreSQL `5432`, MySQL `3306` |
|
||||
| `atc-db02.dell-atc.lan` | `10.0.21.51` | PG, MySQL, Mongo `27017`, Cassandra `9042`, Neo4j `7474`/`7687` |
|
||||
| `atc-grafana.dell-atc.lan` | `10.0.20.103` | Grafana `:3000` |
|
||||
| `pve01` / Proxmox | `10.0.10.65` | Hypervisor `:8006` |
|
||||
| iDRAC | `10.0.41.102` | Out-of-band management |
|
||||
| ObjectScale | `10.0.20.111` | Object storage HTTPS |
|
||||
|
||||
## atc-docker01 — Docker services
|
||||
|
||||
| Service | Poort | URL |
|
||||
|---------|-------|-----|
|
||||
| Homepage | 80 | http://atc-docker01.dell-atc.lan/ |
|
||||
| Icons (nginx) | 8080 | http://atc-docker01.dell-atc.lan:8080/ |
|
||||
| RSS proxy | 8090 | http://atc-docker01.dell-atc.lan:8090/health |
|
||||
| Superset | 8088 | http://atc-docker01.dell-atc.lan:8088/ |
|
||||
| Superset Redis | 6379 | intern |
|
||||
| Forgejo (lokaal) | 4002, 222 | http://atc-docker01.dell-atc.lan:4002/ |
|
||||
| LAM (lokaal) | 4001 | http://atc-docker01.dell-atc.lan:4001/ |
|
||||
| cAdvisor | — | optioneel, niet standaard gestart |
|
||||
|
||||
## Paden op atc-docker01
|
||||
|
||||
| Pad | Inhoud |
|
||||
|-----|--------|
|
||||
| `/root/lakehouse` | Deze git clone |
|
||||
| `/root/compose/superset` | Legacy symlink-werkdir (sync met `compose/superset`) |
|
||||
| `/var/lib/docker/volumes/` | Persistente data (niet in git) |
|
||||
Reference in New Issue
Block a user