
With the recent release of vSphere 8.0U3, VMware has brought significant enhancements to Tanzu Kubernetes Grid Service and vSphere with Tanzu, now known as the vSphere IaaS Control Plane. Let’s dive into some of the key updates and improvements introduced in this latest version.
- Certificate Rotation: One of the notable changes is the automatic rotation and updating of certificates for Supervisor and TKG clusters. This ensures security without manual intervention, provided they have access to the CA.
- Support for Stretched vSAN: This release now supports stretched vSAN, enabling storage across multiple datacenters under a single vSAN configuration—a big win for scalability and resilience.
- VM Classes tied to Namespaces: VM Service VMs can now be associated with specific namespaces rather than being limited to the entire cluster. This simplifies management and visibility using
kubectl describe virtualmachineclasses -n yournamespace.
- Backup/Restore for Supervisor and VM Service VMs: Full support for backing up and restoring Supervisor clusters and VM Service VMs is now available, enhancing disaster recovery capabilities.
- VM Operator API v1alpha2: The VM Operator API has been upgraded to v1alpha2, introducing the VirtualMachineWebConsoleRequest API for improved functionality.
- Fluent Bit Forwarding: Fluent Bit can now forward Supervisor control plane and system logs, streamlining log management and analysis.
- Private Registry Support: Users can now utilize a private registry to pull images and packages for Supervisor Services, enhancing security and flexibility in deployment.
- Improved Supervisor Updating: Upgrading the Supervisor now includes pre-checks to ensure a smoother update process, reducing the risk of disruptions during updates.
- Kubernetes 1.28 Support: The release adds support for Kubernetes 1.28 while discontinuing support for Kubernetes 1.25, keeping your environment up to date with the latest Kubernetes features and enhancements.
These updates, though often operating behind the scenes, significantly improve usability and reliability. I’m currently exploring these changes in my lab environment and plan to share more insights in an upcoming video this week.

Leave a Reply