Here are the steps that I just went through to set up Metallb:
internal.yml
So there are a couple of things happening here:
- The first part of this file defines a IP pool called
internal
, with the IP addresses 192.168.5.60-192.168.5.70
- The second part advertises this address range as Layer 2 (?), but it essentially exposes this address pool
And that seems to be working, I’ll see in a second when I try to deploy a container.
For testing, use the following lb-deployment.yml
: