/homelab

Homelab setup built on Kubernetes and Proxmox, deployed with ArgoCD, Ansible and automated using Renovate!

Primary LanguageHCL

Niklas Homelab

This project utilizes Infrastructure as Code and GitOps to automate the provisioning, operation, and updating of self-hosted services in my homelab.

img

Features

Hardware Stack

The cluster consists of three nodes. Node 1 is the primary storage server that contains all spinning rust disks. Node 2 and 3 contain fast NVMe storage and fast networking for Rook.io/CephFS Storage.

The hardware was specifically selected to achieve a low-power C10 CPU state, resulting in a power draw of around 14 watts for Node 2 and 3. Node 1, however, draws more power due to the HDDs.

flowchart TD
    1[Node 1]
    2[Node 2]
    3[Node 3]

    sw[10 Gbit/s Switch]

    sw <--> 1 & 2 & 3

    1 --> p1[Proxmox]
    2 --> p2[Proxmox]
    3 --> p3[Proxmox]

    p1 --> nfs[NFS Server] 

    p1 ---> cp1[Talos\nKubernetes\nControl-Plane]
    p2 ---> cp2[Talos\nKubernetes\nControl-Plane]
    p3 ---> cp3[Talos\nKubernetes\nControl-Plane]

    p1 ---> w1[Talos\nKubernetes\nWorker]
    p2 ---> w2[Talos\nKubernetes\nWorker]
    p3 ---> w3[Talos\nKubernetes\nWorker]
Loading