We're deploying some Kubernetes clusters within our Datacenter on bare metal & on Virtual Machines. Kubernetes provides some simple cluster operators such as NodePort & externalIPs which will route traffic to the backend services, but neither of these options really function as a real load balancer service.
At the same time, we have a need for a load balancer for services which are not in Kubernetes also, such as run-of-the-mill VMs.
Does VMware provide a load balancer for vSphere which can help us here, possibly with health checks, TLS termination, and other common LB features?