Virtually Potato
open-menu closeme
vPotato
K8s on vSphere
vRA 8
Projects
Scripts
Tips
Connect icon
CounterSocial GitHub SimpleX Chat
github rss
  • PSA: Microsoft's KB5022842 breaks Windows Server 2022 VMs with Secure Boot

    calendar Feb 17, 2023  · edit Feb 21, 2023 · 2 min read · vmware powershell windows powercli  ·
    Share on: twitter facebook linkedin copy

    Fix available VMware has released a fix for this problem in the form of ESXi 7.0 Update 3k: If you already face the issue, after patching the host to ESXi 7.0 Update 3k, just power on the affected Windows Server 2022 VMs. After you patch a host to ESXi 7.0 Update 3k, you can migrate a running Windows Server 2022 VM …


    Read More
  • Tailscale on VMware Photon OS

    calendar Dec 14, 2022  · edit Dec 15, 2022 · 2 min read · vmware linux wireguard networking security tailscale  ·
    Share on: twitter facebook linkedin copy
    Tailscale on VMware Photon OS

    You might remember that I'm a pretty big fan of Tailscale, which makes it easy to connect your various devices together in a secure tailnet, or private network. Tailscale is super simple to set up on most platforms, but you'll need to install it manually if there isn't a prebuilt package for your system. Here's a …


    Read More
  • K8s on vSphere: Building a Kubernetes Node Template With Packer

    calendar Dec 10, 2022 · 31 min read · vmware linux shell automation kubernetes containers infrastructure-as-code packer  ·
    Share on: twitter facebook linkedin copy
    K8s on vSphere: Building a Kubernetes Node Template With Packer

    I've been leveraging the open-source Tanzu Community Edition Kubernetes distribution for a little while now, both in my home lab and at work, so I was disappointed to learn that VMware was abandoning the project. TCE had been a pretty good fit for my needs, and now I needed to search for a replacement. VMware is …


    Read More
  • Upgrading a Standalone vSphere Host With esxcli

    calendar Oct 15, 2022 · 3 min read · vmware homelab vsphere  ·
    Share on: twitter facebook linkedin copy

    You may have heard that there's a new vSphere release out in the wild - vSphere 8, which just reached Initial Availability this week. Upgrading the vCenter in my single-host homelab is a very straightforward task, and using the included Lifecycle Manager would make quick work of patching a cluster of hosts... but …


    Read More
  • Using the vSphere Diagnostic Tool Fling

    calendar Aug 28, 2022 · 7 min read · vmware vsphere python  ·
    Share on: twitter facebook linkedin copy
    Using the vSphere Diagnostic Tool Fling

    VMware vCenter does wonders for abstracting away the layers of complexity involved in managing a large virtual infrastructure, but when something goes wrong it can be challenging to find exactly where the problem lies. And it can be even harder to proactively address potential issues before they occur. Fortunately …


    Read More
  • Removing and Recreating vCLS VMs

    calendar Jul 24, 2022  · edit Jul 25, 2022 · 3 min read · vmware vsphere homelab  ·
    Share on: twitter facebook linkedin copy
    Removing and Recreating vCLS VMs

    Way back in 2020, VMware released vSphere 7 Update 1 and introduced the new vSphere Clustering Services (vCLS) to improve how cluster services like the Distributed Resource Scheduler (DRS) operate. vCLS deploys lightweight agent VMs directly on the cluster being managed, and those VMs provide a decoupled and …


    Read More
  • Getting Started with the vRealize Automation REST API

    calendar Jun 3, 2022 · 19 min read · vmware vra javascript vro automation rest api  ·
    Share on: twitter facebook linkedin copy
    Getting Started with the vRealize Automation REST API

    I've been doing a bit of work lately to make my vRealize Automation setup more flexible and dynamic and less dependent upon hardcoded values. To that end, I thought it was probably about time to learn how to interact with the vRA REST API. I wrote this post to share what I've learned and give a quick crash course on …


    Read More
  • ESXi ARM Edition on the Quartz64 SBC

    calendar Apr 23, 2022  · edit Dec 14, 2022 · 16 min read · vmware linux chromeos homelab tailscale photon vpn  ·
    Share on: twitter facebook linkedin copy
    ESXi ARM Edition on the Quartz64 SBC

    ESXi-ARM Fling v1.10 Update On July 20, 2022, VMware released a major update for the ESXi-ARM Fling. Among other fixes and improvements, this version enables in-place ESXi upgrades and adds support for the Quartz64's on-board NIC. To update, I: Wrote the new ISO installer to another USB drive. Attached the installer …


    Read More
  • Active Directory authentication in Tanzu Community Edition

    calendar Mar 6, 2022 · 14 min read · vmware kubernetes tanzu activedirectory certs cluster containers  ·
    Share on: twitter facebook linkedin copy
    Active Directory authentication in Tanzu Community Edition

    Not long ago, I deployed a Tanzu Community Edition Kubernetes cluster in my homelab, and then I fumbled through figuring out how to log into it from a different device than the one I'd used for deploying the cluster from the tanzu cli. That setup works great for playing with Kubernetes in my homelab but I'd love to do …


    Read More
  • Nessus Essentials on Tanzu Community Edition

    calendar Feb 7, 2022 · 4 min read · vmware kubernetes tanzu containers security  ·
    Share on: twitter facebook linkedin copy
    Nessus Essentials on Tanzu Community Edition

    Now that VMware has released vCenter 7.0U3c to resolve the Log4Shell vulnerabilities I thought it might be fun to run a security scan against the upgraded VCSA in my homelab to see how it looks. Of course, I don't actually have a security scanner in that environment so I'll need to deploy one. I start off by heading to …


    Read More
  • Bulk Import vSphere dvPortGroups to phpIPAM

    calendar Feb 4, 2022 · 15 min read · vmware powercli python api phpipam  ·
    Share on: twitter facebook linkedin copy
    Bulk Import vSphere dvPortGroups to phpIPAM

    I recently wrote about getting started with VMware's Tanzu Community Edition and deploying phpIPAM as my first real-world Kubernetes workload. Well I've spent much of my time since then working on a script which would help to populate my phpIPAM instance with a list of networks to monitor. Planning and Exporting The …


    Read More
  • Logging in to a Tanzu Community Edition Kubernetes Cluster from a new device

    calendar Feb 1, 2022 · 3 min read · vmware kubernetes tanzu  ·
    Share on: twitter facebook linkedin copy
    Logging in to a Tanzu Community Edition Kubernetes Cluster from a new device

    When I set up my Tanzu Community Edition environment, I did so from a Linux VM since the containerized Linux environment on my Chromebook doesn't support the kind bootstrap cluster used for the deployment. But now that the Kubernetes cluster is up and running, I'd like to be able to connect to it directly without the …


    Read More
  • Enable Tanzu CLI Auto-Completion in bash and zsh

    calendar Feb 1, 2022 · 2 min read · vmware linux tanzu kubernetes shell  ·
    Share on: twitter facebook linkedin copy
    Enable Tanzu CLI Auto-Completion in bash and zsh

    Lately I've been spending some time getting more familiar with VMware's Tanzu Community Edition Kubernetes distribution, but I'm still not quite familiar enough with the tanzu command line. If only there were a better way for me to discover the available commands for a given context and help me type them correctly... …


    Read More
  • Using PowerCLI to list Linux VMs and Datacenter Locations

    calendar Jan 13, 2022 · 2 min read · vmware powercli powershell  ·
    Share on: twitter facebook linkedin copy
    Using PowerCLI to list Linux VMs and Datacenter Locations

    I recently needed to export a list of all the Linux VMs in a rather large vSphere environment spanning multiple vCenters (and the entire globe), and I wanted to include information about which virtual datacenter each VM lived in to make it easier to map VMs to their physical location. I've got a Connect-vCenters …


    Read More
  • VMware Tanzu Community Edition Kubernetes Platform in a Homelab

    calendar Jan 12, 2022 · 26 min read · vmware linux kubernetes docker containers tanzu homelab  ·
    Share on: twitter facebook linkedin copy
    VMware Tanzu Community Edition Kubernetes Platform in a Homelab

    Back in October, VMware announced Tanzu Community Edition as way to provide "a full-featured, easy-to-manage Kubernetes platform that’s perfect for users and learners alike." TCE bundles a bunch of open-source components together in a modular, "batteries included but swappable" way: I've been …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

John Bowdre photo

John Bowdre

Wrangler of imaginary computers.
vExpert Badge
Read More

Featured Posts

  • Create Virtual Machines on a Chromebook with HashiCorp Vagrant
  • ESXi ARM Edition on the Quartz64 SBC
  • Secure Networking Made Simple with Tailscale
  • Burn an ISO to USB with the Chromebook Recovery Utility

Recent Posts

  • Cat a File Without Comments
  • Create Virtual Machines on a Chromebook with HashiCorp Vagrant
  • PSA: Microsoft's KB5022842 breaks Windows Server 2022 VMs with Secure Boot
  • Tailscale golink: Private Shortlinks for your Tailnet
  • Tailscale on VMware Photon OS
  • K8s on vSphere: Building a Kubernetes Node Template With Packer

Series

TIPS 15 PROJECTS 14 VRA8 14 SCRIPTS 8 K8S-ON-VSPHERE 3

Tags

VMWARE 31 LINUX 20 VRA 14 CONTAINERS 10 DOCKER 9 AUTOMATION 8 HOMELAB 8 SHELL 8 CHROMEOS 7 CLOUD 7
All Tags
3DPRINTING1 ABX2 ACTIVEDIRECTORY2 ANDROID2 API2 AUTOMATION8 AVAILABILITY1 CERTS2 CHAT2 CHROME1 CHROMEOS7 CLOUD7 CLUSTER2 CONTAINERS10 CROSTINI3 DOCKER9 GCP3 HOMEASSISTANT1 HOMELAB8 HUGO2 INFRASTRUCTURE-AS-CODE2 JAVASCRIPT7 JEKYLL3 KUBERNETES6 LCM2 LINUX20 LOGS2 META5 NETWORKING6 NSX1 OPENSSL1 PACKER1 PHOTON1 PHPIPAM1 POWERCLI4 POWERSHELL7 PYTHON3 REGEX3 REST2 SALT1 SECURITY6 SERVERLESS1 SHELL8 TAILSCALE4 TANZU5 TASKER3 VMWARE31 VPN6 VRA14 VRO7 VSPHERE3 WINDOWS6 WIREGUARD4 WSL2
[A~Z][0~9]
Virtually Potato

Copyright 2018-  Virtually Potato. All Rights Reserved.
Powered by Hugo, Hugo Clarity theme, and Netlify. Privacy-friendly analytics with Cabin.
View source.

to-top