- Then the addresses I want to input for metallb would be `172.21.1.240-172.21.1.243` so that I can reserve 4 IP addresses within the subnet of the Docker Network.
- Then the addresses I want to input for metallb would be `172.18.1.240-172.18.1.243` so that I can reserve 4 IP addresses within the subnet of the Docker Network.
3. Before installing BigBang we will need to install and configure [metallb](https://metallb.universe.tf/concepts/)
...
...
@@ -338,14 +338,16 @@ data:
- name: default
protocol: layer2
addresses:
- 172.21.1.240-172.21.1.243
- 172.18.1.240-172.18.1.243
EOF
kubectl create -f metallb-config.yaml
```
- The commands will create a metallb install and configure it to assign LoadBalancer IPs within the range `172.18.1.240-172.18.1.243` which is within the standard Docker Bridge Network CIDR meaning that the linux network stack will have a route to this network already.
4. Verify LoadBalancers
4. Deploy BigBang with istio ingress gateways configured.