Deployment files for my Kubernetes cluster "Artemis-Cluster". Mirror of: https://git.dcunha.io/Exikle/Artemis-Cluster/
https://exikle.github.io/Artemis-Cluster/ ↗// readme
The Artemis Cluster
… where YAML is law, Renovate never sleeps, and 2am
is just debugging hours.
📖 Overview
Artemis is my homelab Kubernetes cluster, built on Talos Linux and managed entirely through Git. Three bare-metal control planes, three VM workers (one with a GPU), all reconciled automatically by Flux CD — push to main, it shows up in the cluster.
⛵ Kubernetes
Directories
📁 kubernetes
├── 📁 apps
│ ├── 📁 arcade # Arcade games — eco, Minecraft
│ ├── 📁 cert-manager # Automated TLS certificates via Let's Encrypt
│ ├── 📁 cnpg-system # CloudNativePG operator
│ ├── 📁 cortex # AI stack — litellm proxy/MCP, memini, SearXNG
│ ├── 📁 database # Dragonfly operator + PostgreSQL
│ ├── 📁 default # Personal apps — Immich (photos), Komga (comics), xBrowserSync
│ ├── 📁 dragonfly-system # Dragonfly operator
│ ├── 📁 external-endpoints # ExternalName services bridging off-cluster resources into the…