Probably a dumb question… But worked through the basic cluster setup tutorial ( Quick Start | Nomad | HashiCorp Developer)) and it mentioned that on the host PC (or VM)
Nomad uses CNI plugins to configure network namespaces when using the
bridge
network mode. All Linux Nomad client nodes using network namespaces must have CNI plugins installed.
Ensure your Linux operating system distribution has been configured to allow container traffic through the bridge network to be routed via iptables. These tunables can be set as follows.
Does this mean a host network bridge is necessary or is it just if you have a host network bridge you need to set the referenced tunables?
Thanks
nb. Using Consul for service discover if that relevant.