Networking

Installing Tanzu Application Service on vSphere with NSX-T Networking

I’ve stepped away from many of the Tanzu products for the last few months but was recently asked by one of my coworkers who supports Tanzu Observability if we could get an instance of Tanzu Application Service (TAS) running in a vSphere environment with NSX-T networking. I had never used this particular product before but …

Installing Tanzu Application Service on vSphere with NSX-T Networking Read More »

Revisiting installing NSX Advanced Load Balancer for use with Tanzu Kubernetes Grid and vSphere with Tanzu

Several months ago, I did a walkthrough of installing NSX Advanced Load Balancer (NSX ALB) for use with both Tanzu Kubernetes Grid (TKG) and vSphere with Tanzu. This was on the 20.1.3 version and there have been a few updates since then. I also wrote a post on upgrading NSX ALB a month later but …

Revisiting installing NSX Advanced Load Balancer for use with Tanzu Kubernetes Grid and vSphere with Tanzu Read More »

Migrating a TKG cluster control-plane endpoint from kube-vip to NSX-ALB

With the introduction of TKG 1.4 you can now use NSX Advanced Load Balancer (NSA ALB) to supply the control plane endpoint VIP instead of kube-proxy. This is a great advancement but it’s not clear how to take advantage of this feature for upgraded management and workload clusters. In this post, I’ll walk through the …

Migrating a TKG cluster control-plane endpoint from kube-vip to NSX-ALB Read More »

How to configure external-dns with Microsoft DNS in TKG 1.3 (plus Harbor and Contour)

External-DNS is an open source project that is newly included in TKG 1.3. External-DNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. TKG 1.3 uses external-DNS to assist with service discovery as it will automatically create DNS records for httpproxy resources created via Contour in TKG. AWS (Route53), Azure, and RFC2136 (BIND) are currently …

How to configure external-dns with Microsoft DNS in TKG 1.3 (plus Harbor and Contour) Read More »

Deploying vSphere 7.0 U2 with Tanzu while using NSX Advanced Load Balancer

In one of my earlier posts, How to install vSphere with Tanzu with vSphere Networking, I did a walkthrough of installing vSphere with Tanzu 7.0 U1 and using HAProxy as the Load Balancer solution. I’m going at it again but in 7.0 U2 we now support using NSX Advanced Load Balancer (formerly Avi Vantage) for …

Deploying vSphere 7.0 U2 with Tanzu while using NSX Advanced Load Balancer Read More »

Deploying NSX Advanced Load Balancer for use with Tanzu Kubernetes Grid and vSphere with Tanzu

With regards to VMware’s Kubernetes offerings, providing load balancing services to your workloads has been a bit tricky. If you were using Tanzu Kubernetes Grid Integrated Edition or vSphere with Tanzu, and had NSX-T in the mix, you were covered. vSphere with Tanzu, 7.0 U1 release, provided support for vSphere networking and HAProxy for load …

Deploying NSX Advanced Load Balancer for use with Tanzu Kubernetes Grid and vSphere with Tanzu Read More »

How to Deploy MetalLB with BGP in a Tanzu Kubernetes Grid 1.1 Cluster

In my last post, I had briefly hinted at the need for LoadBalancer services in TKG on vSphere since the only other externally accessible option (NodePort) will run into issues after an upgrade as your node IP addresses will change. TKG on vSphere does not offer any solution that provides LoadBalancer functionality (yet) but one …

How to Deploy MetalLB with BGP in a Tanzu Kubernetes Grid 1.1 Cluster Read More »