Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to build docker swarm cluster across cloud platforms #42156

Open
azi03 opened this issue Mar 16, 2021 · 1 comment
Open

[Question] How to build docker swarm cluster across cloud platforms #42156

azi03 opened this issue Mar 16, 2021 · 1 comment

Comments

@azi03
Copy link

azi03 commented Mar 16, 2021

I try to deploy docker between multiple shared clouds For swarm cluster, the cluster itself can be deployed successfully, and the services can be distributed and deployed on the hosts in the cluster, but the task containers cannot communicate with each other. The task can only be accessed through the host port where the task is located through the published port of the address network. Other hosts have corresponding listening ports, but they can't access the services normally. Swarm cluster and its creation both use -- advertise address R parameter, which is specified as the corresponding public IP of each server. All network ports between servers have been opened, including all TCP and UDP ports. The TCP and UDP communication between servers has been determined to be smooth. What else can we do to realize the interworking between task containers across cloud platforms under this architecture.

In addition, weave network can realize interoperability between containers across cloud platforms, but it can't be used for docker swarm deployment services, so it can't use its dynamic service management capability.

Thank you very much!

@azi03 azi03 changed the title How to build docker swarm cluster across cloud platforms [Question] How to build docker swarm cluster across cloud platforms Mar 16, 2021
@azi03
Copy link
Author

azi03 commented Mar 16, 2021

In addition, the docker version is docker version 20.10.5, build 55c4c88, and the operating system is CentOS 7.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants