Skip to content

Instantly share code, notes, and snippets.

@johnsimcall
Created June 25, 2025 20:40
Show Gist options
  • Save johnsimcall/e632d076f8ca734fe9081d837f129b35 to your computer and use it in GitHub Desktop.
Save johnsimcall/e632d076f8ca734fe9081d837f129b35 to your computer and use it in GitHub Desktop.
Basic MetalLB for Hosted Control Planes
---
apiVersion: metallb.io/v1beta1
kind: MetalLB
metadata:
name: metallb
namespace: metallb-system
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: metallb
namespace: metallb-system
spec:
addresses:
- 10.15.168.181-10.15.168.188
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: l2advertisement
namespace: metallb-system
spec:
ipAddressPools:
- metallb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment