MetalLB, bare metal load-balancer for Kubernetes - 0 views
-
Kubernetes does not offer an implementation of network load-balancers (Services of type LoadBalancer) for bare metal clusters
-
If you’re not running on a supported IaaS platform (GCP, AWS, Azure…), LoadBalancers will remain in the “pending” state indefinitely when created.
-
Bare metal cluster operators are left with two lesser tools to bring user traffic into their clusters, “NodePort” and “externalIPs” services.