From c01149cf313f93d7c56c9c96f8963ff8984271b0 Mon Sep 17 00:00:00 2001 From: Nath Date: Tue, 27 Dec 2022 04:09:50 +1100 Subject: [PATCH] Added Proxmox to Hypervisors and Containers (#137) * Added Proxmox to Hypervisors and Containers Proxmox is not technically a Hypervisor itself but it makes KVM very easy to use and is a good open source replacement for VMWare ESXi. * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48b64b1..b880282 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ Network Automation is a cross between the discipline of [Network Infrastructure] - [Docker](https://www.docker.com/) - Docker is a software technology providing operating system-level virtualization also known as containers, promoted by the company Docker, Inc. - [KVM](https://www.linux-kvm.org/page/Main_Page) - KVM (Kernel-based Virtual Machine) is a full virtualization solution build into the Linux Kernel + - [Proxmox](https://www.proxmox.com/en/proxmox-ve) - Proxmox is an open source virtualization platform that provides an easy web interface (and REST API) for KVM and LXC. - [QEMU](https://www.qemu.org/) - QEMU is a generic and open source machine emulator and virtualizer. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, 64-bit POWER, S390, 32-bit and 64-bit ARM, and MIPS guests. - [Vagrant](https://www.vagrantup.com/) - Vagrant enables users to create and configure lightweight, reproducible, and portable development environments. - [VirtualBox](https://www.virtualbox.org/) - VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use.