MetalLB as loadbalancer for on premise deployments (#3027)

* add metallb as loadbalancer for on premise deployments

* improve configuration

* add variables to DaemonSet
This commit is contained in:
Sascha Marcel Schmidt
2018-09-04 14:17:23 +02:00
committed by Matthew Mosesohn
parent ad33f71ac2
commit 9cc8ef4b91
6 changed files with 306 additions and 0 deletions

10
contrib/metallb/README.md Normal file
View File

@@ -0,0 +1,10 @@
# 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](https://metallb.universe.tf/tutorial/layer2/tutorial). It deploys MetalLB into kubernetes and sets up a layer 2 loadbalancer.
## Install
```
ansible-playbook --ask-become -i inventory/sample/k8s_heketi_inventory.yml contrib/metallb/metallb.yml
```