我在A机器上用docker虚拟化创建了10台linux机器。B机器上同样虚拟化10台机器。
我要搭建spark环境,B和A上的虚拟机可以相互通过ssh访问吗?
仅有的幸福2017-04-26 09:03:41
You can use Swarm mode’s automatic discovery
Docker 1.12 service automatic discovery
迷茫2017-04-26 09:03:41
Yes.
There are many methods,
routing,
ovs,
weave,
pipework,
calico,
flannel.
The simplest and most useful one for me is flannel.