From 05bfb2321b2e7cfe988fa171ba0bd7eb3b18422b Mon Sep 17 00:00:00 2001 From: Tuan-Dat Tran Date: Wed, 1 Jul 2026 00:21:03 +0200 Subject: [PATCH] Retire inko01, move docker-host to mii01 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit inko01 sunsetted due to hardware errors. docker-host11 migrated to mii01. Update physical node count 5 → 4 throughout. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa79d65..50fb4cc 100644 --- a/README.md +++ b/README.md @@ -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 |