kube/metallb-system
Lauri Võsandi 1045ed2f26 Migrate to Prometheus Operator 2022-09-11 16:38:16 +03:00
..
README.md Initial commit 2022-08-25 11:22:50 +03:00
application.yml Migrate to Prometheus Operator 2022-09-11 16:38:16 +03:00
metallb-operator.yaml Initial commit 2022-08-25 11:22:50 +03:00

README.md

MetalLB

Background

MetalLB exposes services to the outside world.

Deployment

To update manifests:

curl -O https://raw.githubusercontent.com/metallb/metallb-operator/v0.13.4/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