Retire inko01, move docker-host to mii01

inko01 sunsetted due to hardware errors. docker-host11 migrated to mii01.
Update physical node count 5 → 4 throughout.
This commit is contained in:
Tuan-Dat Tran
2026-07-01 00:21:03 +02:00
parent acea97f0ce
commit 05bfb2321b

View File

@@ -1,6 +1,6 @@
# Homelab
17-node Kubernetes cluster on five bare-metal Proxmox hosts, provisioned with Terraform and Ansible, managed through ArgoCD GitOps. Runs my home automation, media stack, photo backup, documents, and a few side projects.
17-node Kubernetes cluster on four bare-metal Proxmox hosts, provisioned with Terraform and Ansible, managed through ArgoCD GitOps. Runs my home automation, media stack, photo backup, documents, and a few side projects.
![k3s](https://img.shields.io/badge/k3s-v1.34-orange?logo=kubernetes)
![nodes](https://img.shields.io/badge/nodes-17-blue)
@@ -24,7 +24,7 @@ graph TB
Pangolin["Pangolin Tunnel Server"]
end
subgraph proxmox["Proxmox Cluster — 5 physical nodes"]
subgraph proxmox["Proxmox Cluster — 4 physical nodes"]
subgraph cp["Control Plane x3 — HA etcd + kube-vip"]
S["k3s-server"]
end
@@ -91,9 +91,8 @@ All VMs are provisioned with Terraform and configured by Ansible. Rebuilding fro
|-------|------|------|-----------|
| Physical | `aya01` | Proxmox node + NFS server | Dedicated storage — no VMs |
| Physical | `lulu` | Proxmox node | k3s agents |
| Physical | `inko01` | Proxmox node | k3s server + agents + docker host |
| Physical | `naruto01` | Proxmox node | k3s server + agents |
| Physical | `mii01` | Proxmox node | k3s server + agents |
| Physical | `mii01` | Proxmox node | k3s server + agents + docker host |
| VM | `k3s-server-{10,11,12}` | K3s control plane (HA etcd + kube-vip VIP) | 2 vCPU · 4 GB RAM · 64 GB |
| VM | `k3s-agent-{10…23}` | K3s worker nodes ×14 | 2 vCPU · 4 GB RAM · 128 GB |
| VM | `docker-host11` | Docker host w/ GPU passthrough | 2 vCPU · 4 GB RAM · 192 GB · Intel QuickSync |