Skip to content

Infrastructure Data

The infrastructure data layer provides introspective views into the physical and logical topology of the home lab. The hardware.astro page serves as a static documentation hub, presenting the high-level vision, assembly challenges, and a comprehensive Bill of Materials (BOM) for the custom 10-inch 4U rack 1. Complementing this, the inventory.astro page renders dynamic, node-specific hardware specifications derived from system introspection tools 2. Together, these pages bridge the gap between the physical build and the operational state of the compute nodes.

The hardware documentation page (src/pages/hardware.astro) outlines the architectural vision for a compact, enterprise-grade home lab 1. It details the specific components used to achieve a production-ready Kubernetes cluster within a 10-inch form factor.

The page organizes the infrastructure into a structured Bill of Materials (BOM), sorted by category. Key categories include:

  • Chassis & Mounting: Utilizes the DeskPi RackMate T0 Rackmount and Mini-ITX Shells.
  • Cooling: Employs 20 Noctua NF-A4x20 PWM fans to create a “wall of silent, high-pressure airflow”.
  • Compute Nodes: Features four Supermicro SYS-E200-8D servers.
  • Networking: Includes a MikroTik CRS305-1G-4S+ for 10GbE switching and a Netgear GS305E managed switch.
  • Power: Relies on a Mean Well LRS-350-12 power supply for stable 12V distribution.

The page also features an interactive gallery displaying the physical build, including the “Noctua Wall” cooling solution and the integrated datacenter overview.

diagram

The inventory is segmented into logical hardware sections:

  • System & Motherboard: Displays the motherboard model (X10SDV-6C-TLN4F v2.00), AMI firmware version (v2.6), and IPMI version (v4.00) 2.
  • Processor: Identifies the Intel Xeon D-1528 CPU with 6 cores @ 1.90GHz.
  • Memory: Reports 128 GB of ECC DDR4 RAM, installed as four 32 GB Samsung DIMMs (A1, A2, B1, B2).
  • Network Interfaces: Lists four ports: two Intel X552 10GbE and two Intel I350 1GbE.
  • Storage Devices: Details three NVMe drives: two Samsung 980 NVMe drives (931.51 GB each) and one SuperMicro SSD (59 GB).

This page ensures that the software layer has accurate, up-to-date visibility into the physical resources available for orchestration.