Hello Everyone,
I’m setting up a Rancher Server cluster, with multiple management nodes for HA, and multiple nodes to host the containers.
Installing Rancher Server (Multi Nodes) : Requirements says the following about the Firewall rules:
- Ports that need to be opened on Nodes
- Global Access: TCP Ports 22 , 80, 443, 18080 (Optional: Used to view the management stack as it comes up)
- Access between nodes:
- UDP Ports 500, 4500
- TCP Ports: 2181, 2376, 2888, 3888,6379
When the docs say “Access between nodes”, do I need to manually add access rules for the 172.16.0.0/12 and 10.42.x.x networks? Or do Docker and Rancher do that automatically?
I’m adding these rules for to allow acccess from our routable, production networks; but do I need to add rules for the overlay networks also?
Thank you,
-= Stefan