You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
625 B

  1. # Deploy MetalLB into Kubespray/Kubernetes
  2. ```
  3. 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 don’t run on a cloud provider, and thus cannot simply hook into paid products to provide load-balancers.
  4. ```
  5. 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.
  6. ## Install
  7. ```
  8. ansible-playbook --ask-become -i inventory/sample/hosts.ini contrib/metallb/metallb.yml
  9. ```