Difference between revisions of "Proxmox Virtual Environment"

From CNM Wiki
Jump to: navigation, search
(Created page with "*https://www.proxmox.com/en/proxmox-ve/features *https://pve.proxmox.com/wiki/High_Availability")
 
Line 1: Line 1:
 +
[[ProxmoxVE]] offers two types of virtualization:
 +
#LXC. Initially, it was based on a Docker; it is still close to what the [[Docker]] was in 2020. The Docker changed since then. With LXC containers, you can create your own template container and whenever you need, you just deploy that template.
 +
#KVM. Usually, used for [[Windows]].
 +
 +
''VE'' has an API and between API and bash scripting, the deployment might be automatic.
 +
 
*https://www.proxmox.com/en/proxmox-ve/features
 
*https://www.proxmox.com/en/proxmox-ve/features
 
*https://pve.proxmox.com/wiki/High_Availability
 
*https://pve.proxmox.com/wiki/High_Availability

Revision as of 23:48, 29 March 2022

ProxmoxVE offers two types of virtualization:

  1. LXC. Initially, it was based on a Docker; it is still close to what the Docker was in 2020. The Docker changed since then. With LXC containers, you can create your own template container and whenever you need, you just deploy that template.
  2. KVM. Usually, used for Windows.

VE has an API and between API and bash scripting, the deployment might be automatic.