Azure Resource Templates (ARM Templates) are a great way to deploy infrastructure in Microsoft Azure. Microsoft has even made available ready-made templates that can be used and customized. These ARM templates are special JSON files commonly used for Microsoft Azure infrastructure deployment. In the AZ-104 [...]
Deploying and configuring cloud infrastructure is often carried out using infrastructure as code (IaC). It is essential for cloud professionals to master. Microsoft Azure uses Azure Resource Manager (ARM) templates and the more recent Bicep files. These tools allow Azure administrators to manage their infrastructure [...]
Many features of Microsoft Azure storage allow for a fail-safe if data is deleted or accidentally modified. One of those features that provides an extra layer of protection and that you need to be familiar with for the AZ-104 exam is blob versioning. Let's take [...]
As we have seen, Libvirt is a tool that provides API management for multiple hypervisors, including Kernel-based Virtual Machine). Managing storage with a KVM virtual environment is important to the overall infrastructure. We will consider different storage types with KVM, such as iSCSI, NFS, GlusterFS, [...]
One of the aspects of managing Linux virtualization is understanding the networking side of things. Libvirt networking in Linux and Kernel Virtual Machine (KVM) is a great tool for managing networking in virtualized environments. Let’s look at Libvirt networking, including its options and how it [...]
The Summer 2024 G2 Report have been released, and BDRSuite is proud to announce that we received 17 badges! BDRSuite has been recognized as a Leader in 3 categories: Server Backup, Email Backup, and Database Backup BDRSuite has also been recognized as a High Performer [...]
Introduction: How to activate vmnics from vDS network to vDS LACP When enabling LACP(LAG) in our vDS and using LACP on our vmkernel, we need to consider the timeout or even losing communication while LACP is enabled. In the last article, we already checked how [...]
Introduction: How to Migrate vmkernel vDS network to vDS LACP When enabling LACP(LAG) in our vDS and using LACP on our vmkernel, we need to consider the timeout or even losing communication while LACP is enabled. In the last article, we already check how the [...]
Introduction: Proxmox High Availability For businesses relying on virtual machines (VMs) and containers, ensuring continuous operation is critical. Here's where Proxmox High Availability (HA) comes in. Proxmox VE, offers a built-in HA feature to guarantee maximum uptime for your virtualized resources. This means if a [...]
As you enter the world of working with KVM, there is another tool you will likely hear about and see referenced. The tool is called oVirt. What is this tool, and what does it do? How does it interact with and work with Kernel Virtual [...]