1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-15 18:56:24 +00:00

Fix short titles

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-07-26 23:16:41 +12:00
parent 2d384eb56e
commit 161e0538a4
8 changed files with 27 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
---
description: MetalLB - Load-balancing for bare-metal Kubernetes clusters
title: MetalLB - Kubernetes Bare-Metal Loadbalancing
description: MetalLB - Load-balancing for bare-metal Kubernetes clusters, deployed with Helm via flux
---
# MetalLB
# MetalLB on Kubernetes, via Helm
[MetalLB](https://metallb.universe.tf/) offers a network [load balancer](/kubernetes/loadbalancer/) implementation which workes on "bare metal" (*as opposed to a cloud provider*).
@@ -20,7 +21,7 @@ MetalLB does two jobs:
* [ ] Network firewall/router supporting BGP (*ideal but not required*)
## Preparation
## MetalLB Requirements
### Allocations

View File

@@ -1,7 +1,8 @@
---
title: MetalLB BGP config for pfSense - Kubernetes load balancing
description: Using MetalLB with pfsense and BGP
---
# MetalLB with pfSense
# MetalLB on Kubernetes with pfSense
This is an addendum to the MetalLB recipe, explaining how to configure MetalLB to perform BGP peering with a pfSense firewall.