SQL Server
SQL Server Purpose A standalone Microsoft SQL Server instance, run for MS SQL-specific work alongside the rest of the homelab’s database tooling (PostgreSQL, pgAdmin, DBeaver). Deployment ...
SQL Server Purpose A standalone Microsoft SQL Server instance, run for MS SQL-specific work alongside the rest of the homelab’s database tooling (PostgreSQL, pgAdmin, DBeaver). Deployment ...
Homelab Infra Purpose Terraform + Ansible + Gitea Actions pipeline meant to spin up an ephemeral, disposable k3s test cluster (Proxmox LXC) on push to an app repo’s test branch, and tear it back ...
CDS Data Pipeline Purpose A scheduled ETL pipeline that moves data between an object store, a message queue, and downstream delivery endpoints — pulling from S3-compatible object storage and Kafk...
Tailscale Tailscale deployed as an exit node and subnet router inside the k3s cluster, giving tailnet devices a path onto the home LAN and out to the internet through the cluster. Runs in its own ...
SFTPGo Self-hosted, multi-protocol file transfer server (SFTP/FTP/FTPS/WebDAV) with a web admin UI, deployed to the default namespace of the k3s cluster. Deployment Item Val...
RustFS Self-hosted, S3-compatible object storage, deployed to the default namespace of the k3s cluster. Deployment Item Value Namespace default ...
Reloader Cluster utility that automatically rolls a Deployment/StatefulSet when a ConfigMap or Secret it references changes. Without it, editing a mounted ConfigMap or Secret doesn’t restart the p...
Prometheus Cluster-monitoring Prometheus, deployed to the default namespace of the k3s cluster alongside the rest of the homelab’s apps. It scrapes the Kubernetes API server, kubelet node metrics,...
PostgreSQL Purpose Shared PostgreSQL 16 instance used by other homelab services (Media Indexer, Postgres MCP, and connections registered in pgAdmin). Runs in the default namespace of the k3s clus...
Postgres MCP crystaldba/postgres-mcp — a Model Context Protocol server that exposes the cluster’s PostgreSQL instance to MCP-compatible AI clients (e.g. Claude, other LLM tooling) over SSE. Runs i...