From d86efc22968dd05383b36b0a8ced0add91bb889e Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sun, 18 May 2025 20:13:27 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-05-18 20:13:27 --- content/page/homelab/index.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/content/page/homelab/index.md b/content/page/homelab/index.md index 733b856..43c3011 100644 --- a/content/page/homelab/index.md +++ b/content/page/homelab/index.md @@ -123,9 +123,16 @@ Here what is look like With the hardware foundation set, the next step was to decide what software would orchestrate everything, the real engine behind every experiment, deployment, and learning opportunity. ### Hypervisor -At the basement we have the hypervisor, in that case this is Proxmox VE 8 which I'm currently using. It's pretty good for a small cluster, it provides live migration, HA and integrates Ceph out of the box -### Virtual Machines +At the groud level, I'm using 3-nodes Proxmox VE 8 cluster, a KVM based hypervisor which can also manage LXC. The OS is based on Debian, it provides live migration, HA and integrates Ceph out of the box. + +For the moment, I'm mainly use only one virtual machine along with one LXC. The former is basically a clone of my old physical server, where the most part of my applications are running as Docker containers, the latter is a simple jump server. ### Network + + + +### Storage + + ### Application #### Docker #### Kubernetes