From c1e8a7cec3d3fcdd7ea526378ed6af988b8b6bb0 Mon Sep 17 00:00:00 2001 From: davegallant Date: Mon, 3 Jan 2022 06:49:10 +0000 Subject: [PATCH] deploy: abea23fe59ec4561106c681fd0d850ee8f9e0b3c --- blog/2021/09/06/what-to-do-with-a-homelab/index.html | 2 +- page/search/index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2021/09/06/what-to-do-with-a-homelab/index.html b/blog/2021/09/06/what-to-do-with-a-homelab/index.html index 8e441552..30d4019d 100644 --- a/blog/2021/09/06/what-to-do-with-a-homelab/index.html +++ b/blog/2021/09/06/what-to-do-with-a-homelab/index.html @@ -167,7 +167,7 @@ Having multiple machines/nodes provides the advantage of increased redundancy, b

Virtualizing your hardware is an organized way of dividing up your machine’s resources. This can be done with something such as a Virtual Machine or something lighter like a container using LXC or runC. Containers have much less overhead in terms of boot time and storage allocation. This Stack Overflow answer sums it up nicely.

image

-

A hypervisor such as Proxmox can be installed in minutes on a new machine. It provides a web interface and a straight-forward way to spin up new VMs and containers. Even if plan on using mostly docker containers for your lab, Proxmox still can be a useful abstraction for managing VMs, LXC containers, disks and running scheduled backups. You’ll want to ensure that VT-d and VT-x are enabled in the BIOS if you decide to install a hypervisor to manage your virtualization.

+

A hypervisor such as Proxmox can be installed in minutes on a new machine. It provides a web interface and a straight-forward way to spin up new VMs and containers. Even if your plan is to run mostly docker containers, Proxmox still can be a useful abstraction for managing VMs, LXC containers, disks and running scheduled backups. You’ll want to ensure that VT-d and VT-x are enabled in the BIOS if you decide to install a hypervisor to manage your virtualization.

Services

So what are some useful services to deploy?