Automated Cassandra Metrics Cluster for VCD

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 … Read more

VMware PowerCLI 13.1 and API Tokens

I 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 … Read more

IP Spaces in VMware Cloud Director 10.4.1 – Part 3 – Tenant Experience, Compatibility & Summary

In 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 … Read more

IP Spaces in VMware Cloud Director 10.4.1 – Part 2 – Private IP Spaces

In 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 … Read more

IP Spaces in VMware Cloud Director 10.4.1 – Part 1 – Introduction & Public IP Spaces

VMware 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 … Read more

Dynamic Persistent Volumes with CSE Kubernetes and Ceph

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 business applications require data persistence of … Read more