mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
1.0 KiB
1.0 KiB
date, categories, tags, links, title, description
| date | categories | tags | links | title | description | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| 2023-01-16 |
|
|
|
Updated MetalLB recipe for CRDs with v0.13 | Prior to v0.13, MetalLB was configured using a ConfigMap. This has all changed now, and CRDs are required to perform configuration (which improves syntax checking, abong other things) |
Updated MetalLB recipe for CRDs
Prior to v0.13, [MetalLB][metallb] was configured using a ConfigMap. This has all changed now, and CRDs are required to perform configuration (which improves syntax checking, abong other things)
MetalLB offers a network load balancer implementation which workes on "bare metal" (as opposed to a cloud provider).
MetalLB does two jobs:
- Provides address allocation to services out of a pool of addresses which you define
- Announces these addresses to devices outside the cluster, either using ARP/NDP (L2) or BGP (L3)
--8<-- "common-links.md"