kube/metallb-system
2024-07-27 08:30:53 +03:00
..
.gitignore Upgrade MetalLB 2024-07-27 08:30:53 +03:00
application.yml metallb-system: Switch Elisa, Eenet to ARP 2023-10-09 18:36:09 +03:00
README.md Upgrade MetalLB 2024-07-27 08:30:53 +03:00

MetalLB

Background

MetalLB exposes services to the outside world.

Deployment

To update manifests:

curl -O https://raw.githubusercontent.com/metallb/metallb-operator/v0.14.2/bin/metallb-operator.yaml
kubectl apply -f metallb-operator.yaml
kubectl apply -f application.yml

Set up BGP secrets:

kubectl delete secret -n metallb-system mikrotik-router
 kubectl create secret -n metallb-system generic mikrotik-router --type=kubernetes.io/basic-auth --from-literal=password=...

Eventually the external IP should show up here:

kubectl get svc -n traefik