MetalLB, bare metal load-balancer for Kubernetes - 0 views
-
it allows you to create Kubernetes services of type “LoadBalancer” in clusters that don’t run on a cloud provider
-
In a cloud-enabled Kubernetes cluster, you request a load-balancer, and your cloud platform assigns an IP address to you.
-
MetalLB cannot create IP addresses out of thin air, so you do have to give it pools of IP addresses that it can use.
- ...6 more annotations...