When you configure a load balancer, you can specify a size (small, medium, large, or extra large). The size determines the number of virtual servers, server pools, and pool members the load balancer can support.

A load balancer runs on a tier-1 gateway, which must be in active-standby mode. The gateway runs on NSX Edge nodes. The form factor of the NSX Edge node (bare metal, small, medium, large, or extra large) determines the number of load balancers that the NSX Edge node can support. Note that in Manager mode, you create logical routers, which have similar functionality to gateways. See NSX Manager.

For more information about what the different load balance sizes and NSX Edge form factors can support, see https://configmax.vmware.com.

Note that using a small NSX Edge node to run a small load balancer is not recommended in a production environment.

You can call an API to get the load balancer usage information of an NSX Edge node. If you use Policy mode to configure load balancing, run the following command:

GET /policy/api/v1/infra/lb-node-usage?node_path=<node-path>

If you use Manager mode to configure load balancing, run the following command:

GET /api/v1/loadbalancer/usage-per-node/<node-id>

The usage information includes the number of load balancer objects (such as load balancer services, virtual servers, server pools, and pool members) that are configured on the node. For more information, see the NSX-T Data Center API Guide.