Dr. Pranay Jha

VMware • Cloud • AI • Enterprise Architecture

FORMERLY
VMware Insight & Cloud Pathshala
What began over a decade ago as a passion for sharing knowledge has evolved into a unified platform for Enterprise AI, VMware, Cloud Architecture, Research, and Modern Infrastructure.
,

Avi Load Balancer vs NSX Native Load Balancing in VCF 9: Which to Choose (VCF 9 Series, Part 11)

In VCF 9 the NSX native load balancer is deprecated and Avi is the strategic choice. A clear feature, architecture, licensing and migration comparison, with a definite verdict.

VCF 9 Series · Part 11 of 36

TL;DR · Key Takeaways

  • In VCF 9 the choice is effectively settled. The NSX native load balancer is deprecated and slated for removal. Avi is the strategic, fully integrated option.
  • Avi brings full ADC capability: L4 to L7, WAF, GSLB, the Avi Kubernetes Operator for ingress, rich analytics, and predictive autoscaling. NSX native LB has none of that.
  • SDDC Manager deploys Avi as a three-controller cluster, paired one-to-one with each NSX Manager. Service Engines run the data plane.
  • Licensing changed: general-purpose load balancing left the VCF entitlement, so Avi is a separate purchase to budget for.
  • Verdict: choose Avi for everything new. Keep NSX native LB only as a short bridge for simple existing configs, then migrate.
Who this is for: Architects and admins deciding how to deliver application and Supervisor load balancing in VCF 9.  Prerequisites: Working knowledge of NSX and a VCF 9 management domain.

Here is the myth: VCF 9 ships a load balancer in NSX, so I will just use that and skip the extra moving parts. Here is the reality: the NSX native load balancer is on its way out, and building anything new on it in 2026 is building on a deprecated component. The real decision is not Avi or NSX native, it is how fast you move to Avi and what you do with the NSX LBs you already have.

The state of load balancing in VCF 9

Two technologies have lived in the stack for years. The NSX native load balancer is built into NSX and handles basic L4 and L7 traffic for workloads behind Tier-1 gateways. Avi Load Balancer, which you will still see called NSX Advanced Load Balancer, is a full software application delivery controller with a separate control plane and a distributed data plane. Broadcom has been clear on direction: the native NSX load balancer is deprecated and will be removed in a future release, with equivalent or more advanced function delivered through Avi. In VCF 9 that direction is the design assumption. Avi is what SDDC Manager deploys and lifecycle-manages, it backs the vSphere Supervisor and VKS, and the new VPC model from Part 10 is built to consume it.

Avi versus NSX native: the comparison

DimensionAvi Load BalancerNSX native LB
Lifecycle status in VCF 9Strategic, actively developedDeprecated, removal planned
Layer coverageFull L4 to L7 ADCBasic L4 to L7
WAF and GSLBYes, integratedNo
Kubernetes ingressAvi Kubernetes Operator, Supervisor and VKSLimited
ScalingElastic, predictive autoscaling of SEsFixed, tied to gateway form factor
AnalyticsPer-request visibility, end-to-end timingBasic stats
FootprintController cluster + Service EnginesRuns on the Tier-1 gateway, no extra VMs
LicensingSeparate purchase, outside VCF entitlementWas bundled, now legacy

Architecture and the licensing reality

The footprint difference is the most common objection to Avi, so be honest about it. NSX native LB needs no extra virtual machines because it runs on the Tier-1 gateway you already have. Avi is a real distributed system: SDDC Manager deploys a three-node Avi Controller cluster into the management domain for control-plane HA, paired one-to-one with each NSX Manager, and the traffic is handled by Service Engines, lightweight data-plane VMs the controller places and scales. Controllers and Service Engines talk over HTTP/2 on port 8443. For lab use you can run a single controller (VCF 9.0 added a workaround, 9.1 exposes a simpler single-node path), but do not carry that into production where controller HA matters. Plan management-domain capacity for the controllers up front, alongside the sizing in the reference architecture.

The licensing change is the part teams miss. General-purpose load balancing is no longer inside the VCF entitlement, so Avi is a line item you budget separately. That is the single biggest reason to stop treating just turn on the NSX LB as free: the free option is going away, and the capable option has a cost. Decide it on purpose, not at cutover, and see the licensing breakdown for what is and is not entitled.

Avi architecture: control plane and data planeControllers live in the management domain; Service Engines run in the workload domainsMANAGEMENT DOMAINAvi Controller cluster (3 nodes)1:1NSX Managercontrol: HTTP/2 :8443, place + autoscaleWORKLOAD DOMAIN(S)Service Engines (data plane)Virtual services / app traffic
Size the controllers into the management domain and the Service Engines into the workload domains.

Where each one still fits

Choose Avi when you are deploying anything new, when you need WAF, GSLB, or per-request analytics, when you are running the vSphere Supervisor or VKS and need Kubernetes ingress, or when you are adopting the VPC model. That covers the overwhelming majority of VCF 9 designs. The only place NSX native LB still makes sense is narrow: an existing, simple L4 or basic L7 config already running on it, where you want to avoid touching anything until a planned migration window. Treat that as a bridge, not a destination. Broadcom provides a migration path and tooling to move existing configurations onto Avi.

Disclaimer: Before any load balancer migration or cutover, validate the target BOM and interoperability, confirm the Avi version supports your networking model (VPC needs Avi 31.1 or later), back up NSX and Avi configuration, run prechecks, and test on a non-production virtual service first.

Sizing the Service Engines

The controllers are the brain, but the Service Engines are where throughput actually lives, and they are the part teams forget to size. Service Engines are lightweight data-plane VMs that the controller places and scales, and Avi can autoscale them predictively as virtual service load grows. The design questions are how many Service Engines per workload domain, how you group virtual services onto them, and whether you run them in a dedicated or shared placement. For a first deployment, let the controller manage placement and start conservative, then watch the per-request analytics Avi gives you and scale from real data rather than a guess. The point that matters for capacity planning: Service Engines consume host resources in the workload domain, separate from the controller footprint in the management domain, so they belong in both halves of your sizing model.

Migrating off the native NSX LB

If you have existing NSX native load balancer configurations, do not rip them out on a deadline. Broadcom provides a migration path and tooling to move configurations onto Avi, so the sane sequence is to stand up the Avi controllers, recreate or migrate one simple virtual service onto Avi, validate it against the per-request analytics, and then move services in waves on a window you control. Confirm the Avi version supports your networking model first, because the VPC model needs Avi 31.1 or later, and back up both NSX and Avi configuration before you cut over. The goal is to leave nothing production sitting on the deprecated component, but to get there on your schedule rather than a removal date set by someone else.

Migrating off the native NSX LBOn your schedule, not a deprecation deadline1Stand upAvi controllers2Migrate onevirtual service3Validate viaanalytics4Move servicesin wavesConfirm Avi 31.1+ for the VPC model, and back up NSX and Avi config before cutover.
Stand up Avi, migrate one service, validate, then move the rest in waves.

The Verdict

The verdict is not close. In VCF 9, Avi Load Balancer is the choice for every new design: strategic, integrated, fully featured, and where Broadcom is investing. NSX native load balancing is deprecated and should be used only as a temporary bridge for simple existing configs you have a plan to migrate. Yes, Avi costs more in controllers, Service Engines, and licensing, but you are paying for the platform that is not being removed, plus WAF, GSLB, and Kubernetes ingress you would otherwise bolt on later. Budget for it, size the controllers into the management domain, and migrate the stragglers on your schedule rather than a deprecation deadline. What is your current split between NSX native and Avi, and is a migration window booked?

References

VCF 9 Series · Part 11 of 36
« Previous: Part 10  |  VCF 9 Complete Guide  |  Next: Part 12 »

About The Author


Discover more from Dr. Pranay Jha

Subscribe to get the latest posts sent to your email.

Leave a Reply

Your email address will not be published. Required fields are marked *

Architect’s Toolkit

About the Author

Dr. Pranay Jha is a Cloud and AI Consultant with 18+ years of experience in hybrid cloud, virtualization, and enterprise infrastructure transformation. He specializes in VMware technologies, multi-cloud strategy, and Generative AI solutions. He holds a PhD in Computer Applications with research focused on Cloud and AI, has published multiple research papers, and has been a VMware vExpert since 2016 and a VMUG Community Leader.

VCF 9 Series

Discover more from Dr. Pranay Jha

Subscribe now to keep reading and get access to the full archive.

Continue reading