Overlay Networking for Multi-Host Container Networking

preview_player
Показать описание
The Overlay Network driver in Docker provides the ability to network containers across multiple Docker hosts in a cluster.
--

Docker is an open platform for developers and system administrators to build, ship and run distributed applications. With Docker, IT organizations shrink application delivery from months to minutes, frictionlessly move workloads between data centers and the cloud and can achieve up to 20X greater efficiency in their use of computing resources. Inspired by an active community and by transparent, open source innovation, Docker containers have been downloaded more than 700 million times and Docker is used by millions of developers across thousands of the worldÌ¢‰â‰ã¢s most innovative organizations, including eBay, Baidu, the BBC, Goldman Sachs, Groupon, ING, Yelp, and Spotify. DockerÌ¢‰â‰ã¢s rapid adoption has catalyzed an active ecosystem, resulting in more than 180,000 Ì¢‰âÒDockerizedÌ¢‰âÂå applications, over 40 Docker-related startups and integration partnerships with AWS, Cloud Foundry, Google, IBM, Microsoft, OpenStack, Rackspace, Red Hat and VMware.
Рекомендации по теме
Комментарии
Автор

In my opinion, it's one of the best tutorial ever made! It's a very complex task resumed in a simple way! PERFECT!

AnselmoBattisti
Автор

Thank you explained very well in short duration.

saivivek
Автор

Beautiful (lets get this up in non-prod asap) example...well done.

stphnwallace
Автор

Thank you for your excellent explanation.

praveenbkhandelwal
Автор

Misses two important things: Security and performance. Is the overlay network encrypted by default? What's a real life performance one can get using overlay networks.

FuchsHorst
Автор

Thank you so much! Such a simple and clear explanation 👌🏽🙏🏽

vivekteega
Автор

question- multi-container control in multiple hosts or single host, means single command all container everything. just like pod. how you can do here.

emanasa
Автор

Is the overlay network needed to let replicas communicate? I don't get that point. Is it used to let two different containers talk to each other (let's say a Flask API on one container on node 1 and a MongoDB database on a container on node2?) or just to let the replicas in a swarm talk to each other?

nielshoogeveen
Автор

How can a service in swarm access the host network? I need the service container to access an external database hosted in a VM in the same network as the host.

jabteles
Автор

Exactly what I was recently looking to do! Thanks guys!

TheHermitHacker
Автор

Thanks you, But If both hosts are in the same network how you do that??

abdoulayemaiga
Автор

Hi. If I init swarm, and the second node cannot join to manager node, how can I make them connect? The two docker host can ping each eth0.

fanco
Автор

I have done the exact architecture with tis tutorial. I am verifying that hosts can ping each other, containers can ping each other and containers can ping the each hosts. But Hosts can not ping containers. What is the reason for that? I need to make an another configuration for that purpose?

TL-cdvq
Автор

So I have a question, could this applied a swarm in general? For example, I wanted to host an nginx server on the host, run home automation software on the second node and have the requests to the nginx server for the home automation software route from node 1 to 2 via an overlay network. Wold this work or is there a simpler way to do it?

BrendonOHalloran
Автор

Can we access a host interface from with container on an overlay network?

default_youtube_profile
Автор

I followed the video but ping is not working. I tried both sides.

sivaramakrishna
Автор

多主机之间的容器互通。其实,container 之间应该也走三层。就不需要overlay fabric 了。

taoli
Автор

how easy when it works, how insane to debug when it doesn't

gasdia
Автор

I have followed your instructions, but I am not able to ping node1 to node2, or node2 to node1. I am using EC2 instances, and I have created an INBOUND traffic allowing ICMP traffic. I don't know what else I need to check for to get this working?

rodrigocalderone