Category: Tanzu / K8s
-
Supervisor cluster with VPC on VCF 9.0
After installing VCF 9.0 it was time to setup the Supervisor cluster. This would give me VKS, vSphere Kubernets Service, what we earlier called Tanzu. To do this i had some pre-requisites and some options. What network to use, meaning VPC, NSX or VDS. By choosing this i soon found out that i had to…
-
Supervisor cluster vs TKG cluster or both?
We talk about Tanzu, but what are the differences between a supervisor cluster and a TKG cluster? In VMware’s Kubernetes ecosystem, a Supervisor Cluster and a Tanzu Kubernetes Grid (TKG) Cluster serve different but complementary roles. Here’s an overview of each and the key differences between them: VMware Supervisor Cluster Tanzu Kubernetes Grid (TKG) Cluster…
-
Deploying Tanzu Kubernetes Grid with YAML
In another post about automation, i tested the creation of Cloud Templates in Aria Automation using ChatGPT. This can also be done for the kubernetes yaml files. This YAML file describes a TKG workload cluster configuration, using Cluster API (CAPI). Explanation: This YAML configuration creates a Tanzu Kubernetes Cluster named “example-cluster” with one control plane…