From 27074d68efe76aa4cd6e37866e17c52011514b0a Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 30 Jan 2022 03:46:19 +0100 Subject: [PATCH] docs(metallb): Add intial README --- infrastructure/metallb/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 infrastructure/metallb/README.md diff --git a/infrastructure/metallb/README.md b/infrastructure/metallb/README.md new file mode 100644 index 000000000..5d4a2f828 --- /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) -- GitLab