A GitOps-managed Kubernetes homelab cluster running on Talos Linux.
This repository contains the declarative configuration for kantai, a bare-metal Kubernetes cluster. The cluster is designed for home infrastructure workloads with a focus on:
- GitOps-driven operations via FluxCD
- Secure networking with Cilium in kube-proxy replacement mode
- Distributed storage using Rook-Ceph
- GPU workloads with NVIDIA GPU Operator
- Comprehensive observability using VictoriaMetrics and Grafana
- Continuous integration via Renovate
| Node | Role | Hardware |
|---|---|---|
| kantai1 | Hyper-converged control plane and workloads |
|
| kantai2 | Virtual arm64 control plane and workloads |
|
| kantai3 | Hyper-converged control plane and workloads |
|
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Applications β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Envoy Gateway β external-dns β Tailscale β cert-manager β Pocket ID β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β VictoriaMetrics β Grafana β fluent-bit β kube-prometheus-stack β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Rook-Ceph β OpenEBS ZFS β Samba β VolSync β Cloudflare R2 β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β CloudNative-PG β NVIDIA GPU Operator β Multus CNI β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Cilium (kube-proxy replacement, BGP, Network Policies) β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Talos Linux + Kubernetes β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
kantai sits on top of an all-Ubiquiti network, with a Hi-Capacity Aggregation as the TOR and a Dream Machine Pro as the gateway/router/firewall. Recent versions of Unifi Network and Unifi OS support BGP, which is used to advertise load balancer addresses and thus provide node-balanced cluster services to the network.
The cluster is managed entirely through GitOps using FluxCD. All resources are declared in this repository and automatically reconciled to the cluster. The Flux Operator manages the FluxCD instance.
- Kustomizations define the desired state of each application
- HelmReleases manage Helm chart deployments
- OCIRepositories pull charts from OCI registries
- Drift detection ensures cluster state matches Git
Automated Talos and Kubernetes upgrades are managed by tuppr. Upgrade CRDs (TalosUpgrade, KubernetesUpgrade) define version targets with health checks that ensure VolSync backups complete and Ceph cluster health is OK before proceeding.
This repository is constantly updated using Renovate and flux-local. Minor and patch updates are applied automatically while major releases require human approval.
Cilium serves as the CNI in kube-proxy replacement mode, providing:
- eBPF-based networking with native routing
- BGP Control Plane for advertising service IPs to the network with load-balancing
- Network Policies for pod-level traffic control
- Bandwidth Manager with BBR congestion control
- IPv4/IPv6 dual-stack with BIG TCP support
Envoy Gateway implements the Kubernetes Gateway API for HTTP/HTTPS routes and load balancing. It provides the primary entry points for cluster services.
external-dns automatically manages DNS records for services:
- Cloudflare for public DNS
- UniFi for internal DNS
The Tailscale Operator provides secure remote access to cluster services via a mesh VPN, including API server proxy functionality.
Multus CNI enables attaching multiple network interfaces to pods. Used for workloads requiring direct LAN access via macvlan interfaces with dual-stack networking support.
external-secrets synchronizes secrets from 1Password into Kubernetes using the 1Password Connect server. A ClusterSecretStore provides cluster-wide access to secrets.
cert-manager automates certificate lifecycle management:
- ACME (Let's Encrypt) certificates for public services
- Internal CA for cluster services
- trust-manager distributes CA bundles across namespaces
Pocket ID serves as the in-cluster OIDC provider, enabling:
- Kubernetes API server OIDC authentication
- OAuth2 authentication for cluster services via Envoy Gateway
- Centralized identity management for applications
Rook-Ceph provides distributed storage across the cluster:
- Block Storage (
ceph-block) - Default storage class with 3-way replication, LZ4 compression - Object Storage (
ceph-bucket) - S3-compatible storage with erasure coding (2+1) - Dashboard exposed via Envoy Gateway
- Encrypted OSDs for data-at-rest security
OpenEBS ZFS LocalPV exposes existing ZFS pools on nodes as Kubernetes storage:
- Provides access to large media and data pools
- Supports ZFS features (compression, snapshots, datasets)
- Used for workloads requiring high-capacity local storage
Samba deployments on storage nodes share ZFS-backed volumes to the local network via SMB, enabling access to cluster-managed data from non-Kubernetes clients.
VolSync backs up persistent volumes to Cloudflare R2 using Kopia:
- Daily snapshots with 7 daily, 4 weekly, 12 monthly retention
- Clone-based backups (no application downtime)
- Zstd compression for efficient storage
CloudNative-PG manages PostgreSQL clusters for applications:
- PostgreSQL 18 with vchord vector extensions for AI/ML workloads
- WAL archiving via barman-cloud plugin
- Automated backups and point-in-time recovery
The NVIDIA GPU Operator enables GPU workloads:
- Automatic container toolkit management
- CDI (Container Device Interface) support
- Time-slicing for GPU sharing
- DCGM metrics for monitoring
The VictoriaMetrics Operator manages the metrics stack:
- VMSingle for metrics storage (12-week retention on Ceph block storage)
- VMAgent for metric collection
- VMAlert + VMAlertmanager for alerting
- OpenTelemetry integration with Prometheus naming
The Grafana Operator manages Grafana instances and dashboards:
- Declarative dashboard management via
GrafanaDashboardCRDs - Automated datasource configuration
- Integrated with VictoriaMetrics
fluent-bit collects container logs from all nodes, running as a DaemonSet in the observability-agents namespace.
The kube-prometheus-stack provides:
- ServiceMonitors for Kubernetes components (API server, kubelet, etcd, scheduler, controller-manager)
- kube-state-metrics for resource metrics
- Dashboards via Grafana Operator integration
Note: Prometheus and Alertmanager from this stack are disabled in favor of VictoriaMetrics. The stack is primarily used for its comprehensive ServiceMonitor definitions and dashboards.
βββ kubernetes/ # Kubernetes resources
β βββ apps/ # Deployments by namespace
β β βββ cert-manager/
β β βββ cnpg-system/
β β βββ database/ # Databases (postgres, influxdb)
β β βββ default/ # Most applications
β β βββ external-secrets/
β β βββ flux-system/
β β βββ gpu-operator/ # NVIDIA GPU operator
β β βββ kube-system/ # Core infrastructure (Cilium, CoreDNS, etc.)
β β βββ network/ # Networking (Envoy Gateway, external-dns, etc.)
β β βββ observability/ # Observability stack
β β βββ observability-agents/# Privileged observability agents
β β βββ openebs-system/
β β βββ rook-ceph/
β β βββ storage/ # Samba
β β βββ tailscale/
β β βββ talos-admin/ # Talos management (backups, tuppr)
β β βββ volsync-system/
β βββ components/ # Reusable Kustomize components
β βββ transformers/ # Global Kustomize transformers
βββ talos/ # Talos configuration
βββ Taskfile.yaml # Task runner commands
Bootstrap is currently broken and unusable. I love my pets.
Update Talos node configuration:
task talos:gen-mc
task talos:apply-mc- Talos Linux provides an immutable, minimal OS with no SSH access
- Secure Boot enabled on supported nodes with TPM-backed disk encryption
- Pod Security Standards enforced via ValidatingAdmissionPolicies
- Network Policies via Cilium restrict pod-to-pod traffic
- OIDC authentication for Kubernetes API via Pocket ID
Lots of dashboards available on the on-cluster Grafana instance. Alerts go out to Discord.
- This cluster originally started from onedr0p/cluster-template, which is absolutely amazing. It makes running Kubernetes at home easy.
- The Home Operations community is amazing as well and will help you. Please join us.
- Sidero Labs for creating an amazing Kubernetes-native system.
- All the Kubernetes SIG groups for maintaining and evolving the world's open, extensible, at-scale resources and workloads orchestration system.