Maxime Guyot 50751bb610 Revert "Optimize kube resources creation (#4572)" (#4621)
This reverts commit f8fdc0cd939de0e46cd968c6afb0fe91b72f78d0.
2019-04-23 20:37:23 +03:00
..
2019-02-07 17:31:53 +03: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