Kubernetes
Creste namespace You will see the metallb-system in namespace
Create deployment You will see the two pods
- controller
- speaker
Create sercet
Create ConfigMap (metallb_configmap.yml)
Note: The IP addresses range need to be aviliable. Then create the configmap.
After above steps, we finish to install the metallb.
Create an namespace.yml
Create namespace
Use the Helm to install controller
p.s. you can use below cmd to install Helm
http://brobridge.com/bdsres/2019/10/31/如何自己建構-k8s-loadbalancer/
https://metallb.universe.tf/installation/