05-04-2018, 09:48 PM
I have been banging my head for a while as I cannot seem to make the Docker Swarm networking (overlay and mesh) to work properly. I have 7 node (4 RPi and 3 Rock64) setup where the services deployed on Rock64 don't seem to be able to reach services running on different Rock64 nodes. but I don't have the same problem with RPis. for example, MariaDB running on one of the Rock64 nodes cannot be connected by Php running on a different Rock64 node.
Another issue is the service orchestration doesn't work for Rock64. For example, Visualizer is running on 192.168.1.62:8080 . (nodes are assigned .60 to .66). I can reach the webUI if I try the port 8080 on RPi IPs. But if I try hitting any of the Rock64 nodes even including .62, I get "Connection Refused".
I'm deducing that it has to do with the OS on Rock64 and have tried all Linux variations available including the container variant mentioned here.
Any help would be greatly appreciated as I'm not quite sure where to look at from here.
Another issue is the service orchestration doesn't work for Rock64. For example, Visualizer is running on 192.168.1.62:8080 . (nodes are assigned .60 to .66). I can reach the webUI if I try the port 8080 on RPi IPs. But if I try hitting any of the Rock64 nodes even including .62, I get "Connection Refused".
I'm deducing that it has to do with the OS on Rock64 and have tried all Linux variations available including the container variant mentioned here.
Any help would be greatly appreciated as I'm not quite sure where to look at from here.