From 2fa7bd57c529a35cea6b4c08fb0dd8c3e324211c Mon Sep 17 00:00:00 2001 From: davegallant Date: Wed, 8 Sep 2021 21:46:22 +0000 Subject: [PATCH] deploy: 8c052b8c7bf12823cd21b76d5bbf54a67d9db579 --- 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 66ded94c..a6ab6ea9 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 @@ -140,7 +140,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 a straight-forward way to spin up new VMs and containers. 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. 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?