c12s-kubespray/contrib/metallb
2019-04-23 20:37:23 +03:00
..
roles/provision Revert "Optimize kube resources creation (#4572)" (#4621) 2019-04-23 20:37:23 +03:00
library Fix MetaLB library (#4195) 2019-02-07 17:31:53 +03:00
metallb.yml MetalLB as loadbalancer for on premise deployments (#3027) 2018-09-04 15:17:23 +03:00
README.md Use sample inventory file in doc (#4052) 2019-03-18 01:43:15 -07:00

Deploy MetalLB into Kubespray/Kubernetes

MetalLB hooks into your Kubernetes cluster, and provides a network load-balancer implementation. In short, it allows you to create Kubernetes services of type “LoadBalancer” in clusters that dont run on a cloud provider, and thus cannot simply hook into paid products to provide load-balancers.

This playbook aims to automate this. It deploys MetalLB into kubernetes and sets up a layer 2 loadbalancer.

Install

ansible-playbook --ask-become -i inventory/sample/hosts.ini contrib/metallb/metallb.yml