Infrastructure as Code: Deploying distributed switch

Deploying a VMware vSphere Distributed Switch (VDS) using Terraform and add the VLANs 200, 201, 202, 203, and 204 with two uplink NICs:
Deploying a VMware vSphere Distributed Switch (VDS) using Terraform and add the VLANs 200, 201, 202, 203, and 204 with two uplink NICs:
First we need to ensure we have the terraform vSphere provider installed. Replace `”your-username”`, `”your-password”`, and `”your-vsphere-server”` with your actual vSphere credentials and server address. Initialize the Terraform Working Directory: Run the following command in your terminal from the directory…
As I mentioned in the last article, I will write a new article about a disaster-avoidant solution I am deploying where it makes sense. Disaster avoidance in this setting means that we have a platform that is able to absorb…
To enable the vSphere Native Key Provider on vSphere 8, you can follow these steps. The vSphere Native Key Provider allows encryption-related functionality without needing an external Key Management Server (KMS). The Key provider service is easy to set up…
What is TPM? TPM is an industry-wide standard for secure cryptoprocessors. Since vSphere 6.7 VMware has supported TPM v2.0 A Trusted Platform Module (TPM) is a specialized microcontroller designed to secure hardware through integrated cryptographic keys. It is embedded either…
Earlier today an email came that I was awarded as VMware vExpert 2025. I am happy to be a recognized part of the VMware community. I hope that I in 2025 will be able to continue creating posts that are…
As the holiday season approaches, I want to extend my heartfelt wishes to you and your loved ones. May your Holiday be filled with joy, laughter, and cherished moments with family and friends. This time of year is perfect for…
In my continued search to understand how CPU allocation really works in VMware I came across this PodCast – It is really educational and I really recommend you to listen to it. “Unexplored Territory” talking to Richard Lu about NUMA.…