Document full application landscape and collect Docker configs

- Add docs/landscape.md and docker-inventory.md with Mermaid architecture
- Add config/docker per host (db02, lake01, kafka01) and objectscale/elastic refs
- Add live architecture page at icons/docs/architecture.html
- Homepage OPS tab: Lakehouse Architecture group with diagram link
- Add scripts/collect/collect-fleet-config.sh to refresh configs from fleet
This commit is contained in:
Lakehouse Admin
2026-05-19 23:01:47 +02:00
parent e1180e14c9
commit 007f6cedc5
15 changed files with 881 additions and 42 deletions
+7
View File
@@ -0,0 +1,7 @@
# atc-kafka01
- **Kafka broker:** `10.0.21.36:9092` (native install under `/opt/kafka`)
- **Kafka UI:** Docker — port `9000`
- **Kafka Connect plugins:** `/opt/kafka-connect` on host
Debezium Connect runs on **atc-lake01:8083**, not on this host.