Table of Contents
PROBLEM:
Which ports are needed between a principal node and a worker?
SOLUTION:
From principal cluster nodes to the worker:
- TCP 22
- TCP 443
- ICMP
From the worker to principal cluster nodes:
- TCP 3306
- ICMP
Take into consideration when deploying your NAT settings, as the IP address of other node should be the NATTED one.