Brandon Lee

Brandon Lee is the Senior Writer, Engineer and owner at Virtualizationhowto.com, and a 7-time VMware vExpert, with over two decades of experience in Information Technology. Having worked for numerous Fortune 500 companies as well as in various industries, He has extensive experience in various IT segments and is a strong advocate for open source technologies. Brandon holds many industry certifications, loves the outdoors and spending time with family. Also, he goes through the effort of testing and troubleshooting issues, so you don't have to.
  • home labSynology active backup

    Synology Active Backup for Business – Best Home Server Backup

    One thing you will want to do when you get to a certain stage of your home lab is to have backups and an overall backup strategy for DR to reduce risk. Backups help you recreate configurations and important data…

  • MonitoringNetdata vmware monitoring

    Netdata VMware vSphere Monitoring Configuration

    Netdata has come onto the scene as a very easy-to-configure and quick time-to-value monitoring solution. It is cloud-based, and you can easily use it to monitor endpoints on-premises, including virtualization and hypervisor environments like VMware vSphere. Table of contentsWhat is…

  • ProxmoxVmware esxi on proxmox

    Nested ESXi install in Proxmox: Step-by-Step

    If you have a Proxmox VE server in your home lab or production environment and want to play around with VMware ESXi, you can easily do that with Proxmox nested virtualization. Let’s look at the steps required for a nested…

  • home labHome lab mistakes

    Top Home Lab Mistakes to Avoid

    Mistakes when it comes to home labs are inevitable. In fact, I have learned over the years they are simply part of the learning experience. Testing things out or trying things that break can lead to some important discoveries in…

  • home labProxmox nested virtualization

    How to Enable Proxmox Nested Virtualization

    You may or may not have heard about nested virtualization. However, nested virtualization is a great way to set up virtualization labs and other learning environments. Nested virtualization in Proxmox is fairly easy to configure. With the Proxmox hypervisor, you…

  • VMwareVsan to the max

    What is VMware vSAN Max? Download Now

    VMware is the leader in virtualization in the enterprise. It has released VMware vSAN Max as the latest addition to their vSAN product lineup. vSAN Max is a hyperconverged infrastructure (HCI) solution providing maximum performance, scalability, and flexibility for modern…

  • KubernetesKubeadm

    Top Kubeadm commands to Manage your Kubernetes cluster

    Kubeadm is a command line tool for managing and configuring Kubernetes clusters for development or production. This guide will look at the top kubeadm commands to manage your Kubernetes cluster and what you need to know.  Table of contents1. Installing Kubeadm2.…

  • DevOpsNeovim vs vim

    Neovim vs Vim: Battle for best IDE

    When it comes to IDEs, Vim has been an IDE that many developers, DevOps, and enthusiasts have used for years. Also, Neovim, a fork of Vim, has become a solution many prefer since it brings modern features and improvements to…

  • KubernetesInstall kubernetes

    How to Install Kubernetes in Ubuntu 22.04 with Kubeadm

    In this guide, we will install Kubernetes in Ubuntu 22.04 from scratch using the kubeadm command.  Table of contents1. Update your Ubuntu 22.04 hosts2. Setup your hostnames and resolution3. System Settings for KubernetesDisable swap fileKernel parameters4. Installing Containerd container runtime5.…

  • NetworkingDhcp snooping

    DHCP Snooping configuration: Protect against Rogue DHCP Servers

    DHCP snooping is a really good security feature on many switches that helps to make sure only trusted DHCP messages are allowed across your network. Let’s look at how it works and how you can configure it. Table of contentsWhat…