Difference between revisions of "Metallb"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
# Get started with Microk8s
 
# Get started with Microk8s
  
- https://microk8s.io/docs/addon-metallb
+
```
 +
sudo ip route add 10.x.x.0/22 via 10.y.y.y (10.y.y.y is vm ip address though usually you would use bgp)
 +
```
 +
 
 +
- https://microk8s.io/docs/addon-metallb 10.x.x.0/22 is your ip range
  
 
- https://devopslearning.medium.com/metallb-load-balancer-for-bare-metal-kubernetes-43686aa0724f
 
- https://devopslearning.medium.com/metallb-load-balancer-for-bare-metal-kubernetes-43686aa0724f
 +
  
  

Revision as of 04:37, 5 December 2021