mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 12:20:19 +00:00
deploy: abea23fe59ec4561106c681fd0d850ee8f9e0b3c
This commit is contained in:
@@ -167,7 +167,7 @@ Having multiple machines/nodes provides the advantage of increased redundancy, b
|
||||
<p>Virtualizing your hardware is an organized way of dividing up your machine’s resources. This can be done with something such as a <em>Virtual Machine</em> or something lighter like a container using <em>LXC</em> or <em>runC</em>.
|
||||
Containers have much less overhead in terms of boot time and storage allocation. This <a href=https://stackoverflow.com/questions/16047306/how-is-docker-different-from-a-virtual-machine>Stack Overflow answer</a> sums it up nicely.</p>
|
||||
<p><img src=/images/proxmox.png alt=image></p>
|
||||
<p>A hypervisor such as <a href=https://www.proxmox.com/en/proxmox-ve/get-started>Proxmox</a> 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.</p>
|
||||
<p>A hypervisor such as <a href=https://www.proxmox.com/en/proxmox-ve/get-started>Proxmox</a> 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.</p>
|
||||
<h2 id=services>Services</h2>
|
||||
<p>So what are some useful services to deploy?</p>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user