<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Virtualization on Digital Garden &amp; Workshop</title><link>https://lab.artkov-info.ru/en/tags/virtualization/</link><description>Recent content in Virtualization on Digital Garden &amp; Workshop</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 16 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://lab.artkov-info.ru/en/tags/virtualization/index.xml" rel="self" type="application/rss+xml"/><item><title>Proxmox VE 9: What is it and is it worth switching from ESXi?</title><link>https://lab.artkov-info.ru/en/2026/07/proxmox-vs-esxi/</link><pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate><guid>https://lab.artkov-info.ru/en/2026/07/proxmox-vs-esxi/</guid><description>&lt;img src="https://lab.artkov-info.ru/2026/07/proxmox-vs-esxi/proxmox-vs-esxi-cover.webp" alt="Featured image of post Proxmox VE 9: What is it and is it worth switching from ESXi?" /&gt;&lt;h1 id="proxmox-ve-9-my-view-on-an-alternative-to-vmware"&gt;Proxmox VE 9: my view on an alternative to VMware
&lt;/h1&gt;
 &lt;blockquote&gt;
 &lt;p&gt;&lt;strong&gt;📌 Note Type:&lt;/strong&gt; Guide / Review
&lt;strong&gt;🗂️ Category:&lt;/strong&gt; &lt;a class="link" href="https://www.google.com/search?q=/categories/virtualization" target="_blank" rel="noopener"
 &gt;Virtualization&lt;/a&gt; | &lt;a class="link" href="https://www.google.com/search?q=/categories/os" target="_blank" rel="noopener"
 &gt;Operating Systems&lt;/a&gt;
&lt;strong&gt;🏷️ Tags:&lt;/strong&gt; #proxmox #virtualization #kvm #lxc #ceph #esxi&lt;/p&gt;

 &lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="what-is-proxmox-ve"&gt;What is Proxmox VE?
&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Proxmox VE&lt;/strong&gt; is an open-source Type 1 virtualization platform that installs directly on bare metal. It combines two technologies in one convenient web interface:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;KVM&lt;/strong&gt; - full-fledged virtual machines with hardware virtualization.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;LXC&lt;/strong&gt; - lightweight Linux containers.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Plus built-in functionality: clustering, High Availability, backups, Ceph, SDN and much more.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="why-i-started-to-consider-migrating-from-esxi"&gt;Why I started to consider migrating from ESXi
&lt;/h3&gt;&lt;p&gt;Currently, the working infrastructure is based on the classic VMware ESXi stack, which provides the usual stability. However, my experience using Proxmox in home labs and test environments has shown that the platform provides functionality comparable to ESXi without the strict licensing restrictions.&lt;/p&gt;
&lt;p&gt;The decisive factor was not the technical choice in favor of Proxmox, but the natural fit of its architecture to our tasks: in scenarios where support for a massive vendor stack is not required, Proxmox provides the same level of functionality without unnecessary complexity. The transition is due to the following reasons:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Optimization of licensing policy: Changes in the Broadcom model after the company&amp;rsquo;s acquisition made the platform less attractive in the long term. Proxmox is completely free, with no hidden fees or limits on the number of sockets, cores or virtual machines.&lt;/li&gt;
&lt;li&gt;Technological independence: The transition to Proxmox provides complete transparency and control over the infrastructure without being tied to proprietary solutions and vendor lock-in.&lt;/li&gt;
&lt;li&gt;Ecosystem flexibility: The open nature of Proxmox allows you to build more flexible and manageable systems for projects where independence and ease of administration are important. The platform offers a modern web interface, a built-in backup system, clustering, live-migration, as well as support for both full-fledged virtual machines (KVM) and lightweight containers (LXC).&lt;/li&gt;
&lt;li&gt;Transparency and predictable costs: No dependence on vendor policies and sudden changes in licensing conditions.&lt;/li&gt;
&lt;li&gt;Active development: Regular updates, a rich ecosystem and the possibility of deep customization for specific tasks.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When maintaining the “vendor stack” remains justified&lt;/p&gt;
&lt;p&gt;At the same time, it is important to soberly assess the limits of applicability of both platforms. VMware continues to be the benchmark in large enterprise environments where Proxmox may face limitations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Certification and support: Business-critical systems (for example, SAP or Oracle) often require official vendor support with a strict SLA and hardware certification.&lt;/li&gt;
&lt;li&gt;Deep integration with hardware: VMware&amp;rsquo;s long-term partnerships with hardware manufacturers (Dell, HPE, Lenovo) provide deeper integration of drivers and monitoring at the BIOS/Firmware level.&lt;/li&gt;
&lt;li&gt;Managing huge scale: vCenter remains a more convenient tool for managing hundreds of servers distributed across different data centers. In Proxmox, such tasks require more manual automation efforts through Ansible or Terraform.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Bottom line&lt;/p&gt;
&lt;p&gt;For projects where transparency, control and the absence of a rigid connection to changing vendor policies are important, Proxmox becomes a logical and economically sound choice. This is a transition from a “boxed” enterprise product to a flexible, open system in which the administrator truly owns his infrastructure.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="real-tests-in-a-laboratory-environment"&gt;Real tests in a laboratory environment
&lt;/h3&gt;&lt;p&gt;I deployed Proxmox VE 9 in a test environment and ran typical tasks that I regularly solve on ESXi:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Start Windows Server + MSSQL&lt;/strong&gt;
Works stably. After installing VirtIO drivers, disk and network performance is good.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Live Migration of a running VM&lt;/strong&gt;
Without shared storage, migration occurs over the network. The result is tolerable.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Clustering&lt;/strong&gt;
I assembled a cluster of two nodes. I checked HA - when one node is turned off, the VMs are automatically restarted on the second.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Storage&lt;/strong&gt;
I used local disks with ZFS. For fully synchronous shared storage, I plan to raise &lt;strong&gt;Ceph&lt;/strong&gt; in the future.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Backups&lt;/strong&gt;
Built-in &lt;code&gt;vzdump&lt;/code&gt; + Proxmox Backup Server with deduplication and encryption. Significantly more convenient and economical compared to Veeam.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;h3 id="key-differences-from-esxi"&gt;Key differences from ESXi
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;LXC containers out of the box&lt;/strong&gt; are what I always lacked in VMware.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Everything in one interface&lt;/strong&gt; - hypervisor, storage, backups, cluster, network.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Open ecosystem&lt;/strong&gt; - the server runs on Debian, you can install any packages and freely script.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Flexibility&lt;/strong&gt; - easily scales from a small homelab to a full-fledged cluster.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="what-difficulties-did-i-encounter"&gt;What difficulties did I encounter?
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;ZFS and memory&lt;/strong&gt; - if you enable deduplication, RAM is consumed very actively. I had to switch to compression.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Network&lt;/strong&gt; - built-in SDN is powerful, but sometimes it&amp;rsquo;s easier to configure VLANs through standard Debian tools.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Support&lt;/strong&gt; - in case of serious problems in production, rely mainly on yourself and the community.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="who-i-recommend-to-switch-to-proxmox"&gt;Who I recommend to switch to Proxmox
&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Yes, it’s worth it&lt;/strong&gt; if:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You want to get away from vendor dependence.&lt;/li&gt;
&lt;li&gt;Build infrastructure from scratch or update the old one.&lt;/li&gt;
&lt;li&gt;LXC containers and maximum flexibility are needed.&lt;/li&gt;
&lt;li&gt;Transparency and control over the system are important.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Stay with VMware&lt;/strong&gt; if:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You have a large corporate environment with strict requirements for certification and vendor support.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="my-immediate-plans"&gt;My immediate plans
&lt;/h3&gt;&lt;p&gt;I would like to prepare a series of practical materials:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Setting up a cluster of 2–3 nodes&lt;/li&gt;
&lt;li&gt;Organization of reliable backups&lt;/li&gt;
&lt;li&gt;Migration of VMs from ESXi to Proxmox (P2V)&lt;/li&gt;
&lt;li&gt;Real scenarios for using LXC in production&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;Everything written is from personal practical experience. If you are already working with Proxmox or are just planning a transition, I will be glad to hear your opinion in the comments.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Virtualization</title><link>https://lab.artkov-info.ru/en/categories/virtualization/</link><pubDate>Wed, 15 Jul 2026 00:00:00 +0000</pubDate><guid>https://lab.artkov-info.ru/en/categories/virtualization/</guid><description/></item></channel></rss>