diff --git a/infrastructure/metallb/README.md b/infrastructure/metallb/README.md new file mode 100644 index 0000000000000000000000000000000000000000..5d4a2f828a594127e7c14e0229ee9c4b9b738a44 --- /dev/null +++ b/infrastructure/metallb/README.md @@ -0,0 +1,11 @@ +MetalLB +=== + +This component provides loadbalancer capabilities within the cluster. Since physical clusters might don't have a LB in front, no cloud provider integration and want to provide `loadbalancer`-type services as part of deployments, metallb provides exactly this. This installation uses the L2 capabilities since the focus are small clusters without a BGP remote. + +Links +--- + +- [Docs](https://metallb.org/) +- [Helm Chart](https://artifacthub.io/packages/helm/metallb/metallb) +- [Source Code](https://github.com/metallb/metallb)