PowerCLI Script to Deploy Multiple VMs

In our customer environment, we use templates for VM deployments and sometimes leverage VMware PowerCLI to automate the creation of multiple VMs at once. This PowerShell script is tailored to our needs. It connects to …

CKA Prep Series part 2: Dynamic Provisioning

Part 2: Dynamic Provisioning with a PVC and a Pod Continuing the CKA prep series with dynamic provisioning. In this blog post, I’ll be creating a PVC and a Pod. This is a follow-up post from my first …

Deploy vCenter on vDS Without a Standard Switch

When you deploy a vCenter Server in a vDS-only environment during Stage 1 of the VCSA upgrade, you won’t see any Standard Switch port group options on the network configuration page. That’s expected: in a vDS-only …

CKA Prep Series part 1: Creating StorageClasses

Part 1: StorageClasses This is my first blog post about containerization and orchestration. The goal is to learn and pass the CKA (Certified Kubernetes Administrator) exam. While preparing for my exam, I’ll create …