# Kubernetes Homelab Cluster ## Overview The cluster runs Talos Linux on three nodes: two workers (i5-8500, 32GB) and one control plane. ## Networking Cilium handles networking and the L4/L7 proxy. Ingress is served via the Cilium Gateway API. ## Storage Local-path-provisioner provides scratch storage. Longhorn is intentionally not used. ## Notable Workloads - Gitea (source control) - ntfy (push notifications) - Homepage (dashboard) - Uptime Kuma (monitoring)