VMware Tanzu is the suite or portfolio of products and solutions that allow its customers to Build, Run, and Manage containerized applications (Kubernetes controlled). An earlier release of Tanzu was offered along with VCF leveraging NSX-T networking. Later VMware decoupled Tanzu from VCF and the solution is called vSphere with Tanzu and can be deployed directly on vSphere VDS without having NSX-T.
vSphere with Tanzu on VDS has the following limitations:
- No support for vSphere Pod if NSX-T not used.
- No support for Harbor Image Registry.
When Tanzu (Workload Management) is enabled on vSphere, a supervisor cluster is deployed which consists of 3 nodes for high availability. So you need some kind of load balancing to distribute traffic coming to the supervisor cluster. VMware uses a customized version of HA Proxy as a software load balancer for supervisor nodes.
This series of blogs will cover the following topics:
1: HA Proxy Deployment & Configuration
3: How to Deploy Applications in TKG Cluster
Networking Requirements for HA Proxy
Before I jump into the lab and walk through deployment/configuration steps, I want to discuss networking pre-requisites for HA proxy first. … Read More