Now that we have the supervisor cluster up and running and our namespace created, we can deploy a guest cluster via the CLI. I installed an ubuntu 20 vm in vCenter for use as my jumpbox. I installed kubectl and the vsphere plugin in this environment. There are windows plugins and plugins for all the…
Author: Matt Adam
Tanzu Kubernetes on vCenter 7 – Namespace Setup
After deploying the supervisor cluster, the next step is to setup the namespace where we will deploy our guest cluster. Create Namespace Configure Dev Namespace
Tanzu Kubernetes Content Library in vCenter 7
Before you can setup workload management in vCenter 7, you need to create a content library and setup the subscription to point to vmware’s library. Add Content Library
Tanzu Kubernetes on vCenter 7 – Deploy Supervisor Cluster (WCP)
In this guide we will configure Workload Management for vCenter 7. We’ll be using vCenter Server Network (DSwitches) instead of NSX-T. Additionally we’ll be using the Avi Load Balancer (NSX Advanced Load Balancer). Licensing for Supervisor Cluster Configuring Workload Management
Home Lab – Deploy vCenter 7 and vSAN on nested ESXi
If you’ve followed the guide this far, you’ve deployed 3 esxi hosts nested on your baremetal esxi install. This guide takes it a step further by deploying vcenter and creating a vSAN cluster on the esxi hosts. Download vCenter Server Login to your account at https://my.vmware.com/ and go to Products and Accounts ->Products -> All…
Home Lab – pfsense xml dump
This is the xml dump from my pfsense router. If you prefer to use a step by step guide to configure your pfsense router, see This Guide.
Home Lab – Configuring the baremetal ESXi7
So now that we have our SuperMicro server setup, and we’ve installed ESXi7, the next step is to do some basic configuration on our BareMetal ESXi7. We will setup the network, view the storage, and prepare the esxi for the nested esxi environment. Network Configuration Storage Configuration This is basically the whole setup for the…
Home Lab – Virtual Router in your home lab – pfsense
I spent quite a bit of time researching solutions for virtual routers. I’m definitely not a r/s expert, so I wanted something that was easy to setup, and still provided lots of tools for troubleshooting. Initially I setup the lab using vyos router, and it met my needs. But I since switched to pfsense, and…
Home Lab Network Diagram – 2021
Home Lab – Configuring Nested ESXi7 on SuperMicro
We now have our SuperMicro server setup, and the esxi7 network settings are configured. It’s time to deploy our 3 nested ESXi7 vms. In later steps, we will configure them to use vSAN and be managed with vcenter. Deploy 3 ESXi7 VMs Methods to install nested ESXi in your lab: The method we used for…