Skip to content

Infrastructure Overview

Architecture

The Technis homelab infrastructure is built on a hybrid architecture combining Proxmox virtualization, Kubernetes orchestration, and varied storage solutions.

Use mouse to pan and zoom
architecture-beta
    group wan(cloud)[WAN]
    group network(cloud)[Network Core]
    group storage(server)[Storage]
    group proxmox(server)[Proxmox Cluster]
    group services(server)[Core Services]

    service internet(internet)[Internet] in wan
    service modem(server)[Verizon FiOS Modem] in wan

    service router(internet)[UXG Max] in network
    service switch1(server)[USW Enterprise 8 PoE] in network
    service switch2(server)[Netgear 24 Port] in network

    service cs01(server)[mpc01 Debian] in services
    service ms01(server)[ms01 Proxmox] in proxmox
    service ms02(server)[ms02 Proxmox] in proxmox
    service ms03(server)[ms03 Proxmox] in proxmox
    service proxceph(disk)[Proxmox Ceph] in proxmox
    service rs01(disk)[rs01 TrueNAS] in storage

    internet:R --> L:modem
    modem:R --> L:router
    router:R --> L:cs01
    router:B --> T:switch1
    switch1:R --> L:rs01
    switch1:B --> T:switch2
    switch2:R --> L:ms01
    switch2:R --> L:ms02
    switch2:R --> L:ms03
    ms01:R --> L:proxceph
    ms02:R --> L:proxceph
    ms03:R --> L:proxceph