I am a technology tinkerer who gets sidetracked by shiny things. There tend to be themes to my tinkering… Infrastructure, OS, Kubernetes, Containerization, Go and Single Board Computers are only a few of the many ramblings you just may find on here.
Recent Articles
Manually moving a Virtual Machine from VMware to OpenShift Virtualization
When it comes to migrating VMs from VMware to OpenShift Virtualization, the Migration Toolkit for Virtualization (MTV) is the easiest option. But what happens if you want to move an unsupported OS over to OpenShift Virtualization? Can this even be done? The short answer is “Yes”, and the longer answer is “It depends on the OS you want to move.”
Installing OpenShift using Windows Subsystem for Linux
With interest in OpenShift and more specifically OpenShift Virtualization taking off, users who do not typically use Linux have a need for a Linux workstation in-order to deploy OpenShift. While the oc
command used to manage OpenShift does work on Windows other utilities such as the openshift-install
command used to deploy OpenShift clusters does not. So whats a Windows using future OpenShift administrator supposed to do?