# PFVCluster Unified infrastructure repo for the Known Element Enterprises Proxmox R&D cluster. **[→ Current Status](STATUS.md)** · **[→ Documentation Index](docs/docmap.md)** · **[→ Agent Guidelines](AGENTS.md)** ## Directory Structure | Directory | Description | |-----------|-------------| | [`provisioning/`](provisioning/) | Server provisioning (SetupNewSystem.sh, security hardening, 2FA, NTP/DNS config, SNMP, Dell OMSA) | | [`tests/`](tests/) | Test suite + VM validation harness | | [`dns-cluster-setup/`](dns-cluster-setup/) | Technitium DNS cluster replication scripts | | [`perf/`](perf/) | Proxmox performance tuning, fleet audit, iperf, switch diagnostics | | [`netinfra/`](netinfra/) | pfv-netinfra-01/02 DNS/NTP setup + audit scripts | | [`switches/`](switches/) | Switch configuration captures | | [`docs/`](docs/) | All documentation ([see docmap](docs/docmap.md)) | | [`vendor/`](vendor/) | Vendored KNELShellFramework | ## Quick Start ### Provision a new server ```bash sudo bash provisioning/SetupNewSystem.sh ``` ### Validate on the sandbox VM ```bash VM_ID=6000 ./tests/vm-validation.sh all ``` ### Deploy DNS cluster ```bash cd dns-cluster-setup/ && ./setup.sh all ``` ### Deploy perf tunings ```bash cd perf/ && ./deploy-tuning.sh ``` ## Architecture - **Proxmox hosts**: 7 standalone PVE installs managed via PDM - **DNS**: Technitium (authoritative) + Pi-hole (recursive) on pfv-netinfra-01/02 - **NTP**: pfv-netinfra-01/02 (redundant, LAN IPs, stratum 2/3) - **Production**: Cloudron VPS in Reston VA (this cluster is R&D only) - **Backups**: Proxmox Backup Server (PBS)