VMware Cloud Director (VCD) has the ability to use an Apache Cassandra database to store metrics on VM performance and then make these metrics available so that tenants can view the historic performance of their VMs: Installing a Cassandra cluster for use by VCD is reasonably straightforward and requires a minimum of 4 …
Read MoreBack in 2019, Tom Fojta wrote an excellent guide on configuring NSX Load Balancer in front of a VMware Cloud Director (VCD) cluster. As I was in the process of rebuilding my home lab environment I wanted to try this out - eventually I'll probably use the NSX Advanced Load Balancer (formerly known as AVI), but I don't …
Read MoreI previously wrote here and here about using the new VMware Cloud Director (VCD) API tokens functionality first introduced in version 10.3.1 to allow scripts and automation to connect to a VCD environment. With the update to VMware PowerCLI version 13.1 the previous way of achieving this is deprecated as the …
Read MoreIn part 1 of this series I looked at the process for a Service Provider to allocate a public block of IP addresses to be consumable by VMware Cloud Director (VCD) tenant organizations. In part 2 of this series I showed the process by which a Service Provider or tenant organization can allocate IP Spaces for consumption …
Read MoreIn an earlier post I wrote about the new IP Spaces feature in VMware Cloud Director (VCD) release 10.4.1 and the ability to create public IP spaces shared by multiple tenants. In this post I'll look at the ability to create private IP spaces within a tenant organization and some of the considerations for how these can …
Read MoreVMware recently released version 10.4.1 of VMware Cloud Director (VCD) - VMware add a new feature known as IP Spaces. IP Spaces allow providers and tenant customers to manage IP address allocations within VCD. What was originally meant to be a 'quick look' at IP Spaces and the capabilities they add has somehow turned …
Read MoreUsing API Tokens for VCD 10.3.1 from PowerCLI and Terraform
I had some queries on my previous blog post on using the new API Tokens in VMware Cloud Director (VCD) 10.3.1 about whether these can be used in PowerCLI scripts from PowerShell or Terraform scripts which use the VMware Terraform Provider against Cloud Director. Fortunately the answer to both questions is 'Yes' and …
Read MoreOne of the issues I come up against every now and again is when a customer asks how they can automate some functionality in our VMware Cloud Director (VCD) cloud platform and I think 'that should be easy in PowerShell / PowerCLI' only to find out that the necessary cmdlets to accomplish the activity aren't present. …
Read MoreTom Fojta has a couple of really good blog posts on his blog (https://fojta.wordpress.com/) about using Let's Encrypt certificates on an NSX Edge Load Balancer. The first part can be found at https://fojta.wordpress.com/2016/07/16/automate-lets-encrypt-certificate-for-nsx-edge-load-balancer/ and the second part at …
Read MoreDynamic Persistent Volumes with CSE Kubernetes and Ceph
Jan 29, 2019 · 24 min read · ceph container-service-extension CSE dynamic persistent volumes k8s Kubernetes vCloud Director ·Introduction Application containerization with Docker is fast becoming the default deployment pattern for many business applications and Kubernetes (k8s) the method of managing these workloads. While containers generally should be stateless and ephemeral (able to be deployed, scaled and deleted at will) almost all …
Read More