I am trying to execute kubeadm join master-ip:6443 command on the new worker node I want to join to the existing kubernetes cluster
But there is no connectivity between the master and new worker node I am trying join.
I want to know on which source and destination ports I need to raise the fireflow connectivity.
Is it from source: master-Ip:6443 to destination: workernode-Ip:6443
Do i need to open up ssh dedicated port 22 also?
The connection will be through 443. Please try using 443 instead