Recent Posts
-
Object readiness design pattern
Intent
Wait on asynchronous activity started by the constructor or another method of an object.
Motivation
Objects mutate. Sometimes this mutation begins during construction and continues after an … more
-
Adding New Operating Systems to Virtual Machine Manager
Virtual Machine Manager - The OS list is Incomplete
The list of Operating Systems for VMM is very out of date if you compare it to the list of VM types in VCenter (or reality, where we all like to … more
-
Self-Contained K8s Cluster - Base Platform
Overview
These are the build notes for a multi-master, multi-worker K8s cluster. The intent is to build from scratch a set of machines that provide HA for container access and control as well as … more
-
Fully Functional AD-Joined Debian Servers
Introduction
My preferred platforms are Windows Server (for Windows applications obviously) and Debian (for Linux - which in my case includes Docker). However, I want a single username to be valid … more