🛠️ Technology Stack
Complete inventory of technologies used in the DaviesTechLabs homelab
Platform Layer
Operating System
| Component |
Version |
Purpose |
| Talos Linux |
v1.12.1 |
Immutable, API-driven Kubernetes OS |
| Kernel |
6.18.2-talos |
Linux kernel with GPU drivers |
Container Orchestration
| Component |
Version |
Purpose |
| Kubernetes |
v1.35.0 |
Container orchestration |
| containerd |
2.1.6 |
Container runtime |
| Cilium |
Latest |
CNI, network policies, eBPF |
GitOps
| Component |
Version |
Purpose |
| Flux CD |
v2 |
GitOps continuous delivery |
| SOPS |
Latest |
Secret encryption |
| Age |
Latest |
Encryption key management |
AI/ML Layer
Inference Engines
| Service |
Framework |
GPU |
Model Type |
| vLLM |
ROCm |
AMD Strix Halo |
Large Language Models |
| faster-whisper |
CUDA |
NVIDIA RTX 2070 |
Speech-to-Text |
| XTTS |
CUDA |
NVIDIA RTX 2070 |
Text-to-Speech |
| BGE Embeddings |
ROCm |
AMD Radeon 680M |
Text Embeddings |
| BGE Reranker |
Intel |
Intel Arc |
Document Reranking |
ML Serving
| Component |
Version |
Purpose |
| KServe |
v0.12+ |
Model serving framework |
| Ray Serve |
2.53.0 |
Unified inference endpoints |
ML Workflows
GPU Scheduling
| Component |
Version |
Purpose |
| Volcano |
Latest |
GPU-aware scheduling |
| AMD GPU Device Plugin |
v1.4.1 |
ROCm GPU allocation |
| NVIDIA Device Plugin |
Latest |
CUDA GPU allocation |
| Node Feature Discovery |
v0.18.2 |
Hardware detection |
Data Layer
Databases
| Component |
Version |
Purpose |
| CloudNative-PG |
16.11 |
PostgreSQL for metadata |
| Milvus |
Latest |
Vector database for RAG |
| ClickHouse |
Latest |
Analytics, access logs |
| Valkey |
Latest |
Redis-compatible cache |
Object Storage
| Component |
Version |
Purpose |
| MinIO |
Latest |
S3-compatible storage |
| Longhorn |
v1.10.1 |
Distributed block storage |
| NFS CSI Driver |
Latest |
Shared filesystem |
Messaging
| Component |
Version |
Purpose |
| NATS |
Latest |
Message bus |
| NATS JetStream |
Built-in |
Persistent streaming |
Data Processing
Application Layer
Web Frameworks
| Application |
Language |
Framework |
Purpose |
| Companions |
Go |
net/http + HTMX |
AI chat interface |
| Voice WebApp |
Python |
Gradio |
Voice assistant UI |
| Various handlers |
Python |
asyncio + nats.py |
NATS event handlers |
Frontend
| Technology |
Purpose |
| HTMX |
Dynamic HTML updates |
| Alpine.js |
Lightweight reactivity |
| VRM |
3D avatar rendering |
Networking Layer
Ingress
DNS & Certificates
Service Mesh
| Component |
Purpose |
| Spegel |
P2P container image distribution |
Security Layer
Identity & Access
Runtime Security
| Component |
Version |
Purpose |
| Falco |
0.42.1 |
Runtime threat detection |
| Cilium Network Policies |
Built-in |
Network segmentation |
Backup
| Component |
Version |
Purpose |
| Velero |
v1.17.1 |
Cluster backup/restore |
Observability Layer
Metrics
Logging
| Component |
Version |
Purpose |
| Grafana Alloy |
v1.12.0 |
Log collection |
| Loki |
Latest |
Log aggregation |
Tracing
Development Tools
Local Development
| Tool |
Purpose |
| mise |
Tool version management |
| Task |
Task runner (Taskfile.yaml) |
| flux-local |
Local Flux testing |
CI/CD
| Tool |
Purpose |
| GitHub Actions |
CI/CD pipelines |
| Renovate |
Dependency updates |
Image Building
| Tool |
Purpose |
| Docker |
Container builds |
| GHCR |
Container registry |
Media & Entertainment
| Component |
Version |
Purpose |
| Jellyfin |
10.11.5 |
Media server |
| Nextcloud |
32.0.5 |
File sync & share |
| Prowlarr, Bazarr, etc. |
Various |
*arr stack |
| Kasm |
1.18.1 |
Browser isolation |
Python Dependencies (llm-workflows)
Version Pinning Strategy
| Component Type |
Strategy |
| Base images |
Pin major.minor |
| Helm charts |
Pin exact version |
| Python packages |
Pin minimum version |
| System extensions |
Pin via Talos schematic |
Related Documents