Homelab Categories

From Project Homelab
Jump to navigation Jump to search

This article is a stub. You can help The Open Homelab project by expanding it.

Introduction[edit | edit source]

Broadly speaking you can breakdown homelabs into roughly five main categories:

  • Single host virtualisation
    • A single host with a Type 1 or Type 2 hypervisor, and a number of virtual machines
  • vInception / vTARDIS
    • One or more hosts with Type 1 or Type 2 hypervisors, nesting further hypervisors and a number of virtual machines
  • Physical cluster aka Array of Inexpensive PCs (AIPCs)
    • Multiple physical hosts with Type 1 hypervisors combined into one or more logical clusters
  • Cloud Lab
    • A lab in the cloud, such as AWS, Azure or vCloud Air
  • Hybrid
    • Spanning and/or mixing workloads between your on premises physical infrastructure, and your Cloud homelab.

Single Host Virtualisation[edit | edit source]

The simplest approach to a homelab, and sometimes also the cheapest. It consists on having a single host where all your virtual machines are running, sometimes paired with one or more NAS devices/servers. It can be a dedicated machine (either whitebox or a business-grade server) or your personal workstation (either laptop or tower).

vInception / vTARDIS[edit | edit source]

See vInception / vTARDIS for more info.

Physical Cluster[edit | edit source]

The "ultimate" homelab really boils down to having a full cluster of at least 2-3 machines, however this is also the most expensive, noisiest, most power hungry, and most difficult to maintain a decent WAF!

The biggest benefit to a fully physical cluster homelab solution, be it hyper-converged, or just a standard cluster with some shared storage is that it is the configuration which most accurately mirrors an enterprise solution, and as such gives you the maximum flexibility in scope for things to test, learn about and (lets be honest) play with!

Another key benefit to the use of a physical cluster is the ability to keep individual server costs low, and scale out your lab over time. One thing to watch out for in this scenario is mixing your CPU types. If you think your will likely do this, it is a good idea to limit the CPU features using something like vSphere's EVC mode (Enhanced vMotion Compatibility) as it is a pain to have to enable at a later stage.

If you reach the point where you have 4/5 cluster nodes or more, it may be well worth considering splitting your cluster into two, the first being your development workloads, and the second for management workloads. This has been recognised as best practice in the real world for many years, but can also be very useful in a lab. For example when upgrading your development cluster, you might accidentally trash it, but this avoids having to rebuild all of your management tools as well!

Cloud Homelab[edit | edit source]

See Cloud Homelabs

Hybrid Lab[edit | edit source]