Overlay Networking for Multi-Host Container Networking

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

Комментарии • 32

  • @AnselmoBattisti
    @AnselmoBattisti 4 года назад +18

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

    • @PaxHominibusBonaeVoluntatis
      @PaxHominibusBonaeVoluntatis 2 года назад

      I appreciate that because I can understand every single word what is not so common watching many of many tutorials. I'm not English native speaker so it is very important for me to catch the meaning exactly in point.

  • @saivivek5935
    @saivivek5935 7 лет назад +5

    Thank you explained very well in short duration.

  • @emanasa
    @emanasa 2 года назад +1

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

  • @jabteles
    @jabteles 4 года назад +2

    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.

  • @stphnwallace
    @stphnwallace 5 лет назад +3

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

  • @nielshoogeveen3767
    @nielshoogeveen3767 4 года назад +2

    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?

  • @TheNomadclub
    @TheNomadclub 5 лет назад +4

    Perfect Explanation mate . cheers

  • @fanco561
    @fanco561 4 года назад +1

    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.

  • @praveenbkhandelwal1339
    @praveenbkhandelwal1339 3 года назад +1

    Thank you for your excellent explanation.

  • @vivekteega
    @vivekteega 2 года назад

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

  • @BrendonOHalloran
    @BrendonOHalloran 6 лет назад +1

    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?

  • @TL-cd3vq
    @TL-cd3vq Год назад

    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?

  • @TheHermitHacker
    @TheHermitHacker 8 лет назад +4

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

  • @jackdry5607
    @jackdry5607 4 года назад +1

    Brilliant video. Thanks a lot.

  • @FuchsHorst
    @FuchsHorst 8 лет назад +3

    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.

    • @shaunakkakade1325
      @shaunakkakade1325 7 лет назад +2

      Overlay networks is secured by default. Uses gossip protocol

    • @doitbeforeyoudieful
      @doitbeforeyoudieful 5 лет назад +2

      @@shaunakkakade1325 can you comment on the speed? If you have 10gbps over fiber, whats the overhead?

  • @default_youtube_profile
    @default_youtube_profile 3 года назад

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

  • @abdoulayemaiga8213
    @abdoulayemaiga8213 4 года назад +1

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

  • @rodrigocalderone5226
    @rodrigocalderone5226 4 года назад

    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?

    • @carmelomccutcheon6074
      @carmelomccutcheon6074 3 года назад +1

      did you figure this out? I have the same issue

    • @princephilip2359
      @princephilip2359 2 года назад +1

      I have faced the same issue. After your overlay network creation, please open up these ports in your AWS Security Group of the EC2 instances (Inbound rules).
      TCP and UDP port 7946 for communication among nodes
      UDP port 4789 for overlay network traffic
      After that create containers on both Nodes and you can ping each other.

    • @roderick_cabrera
      @roderick_cabrera 2 года назад

      @@princephilip2359 Thank you for your help

  • @vjj6258
    @vjj6258 5 лет назад +1

    Excellent

  • @sivaramakrishna8029
    @sivaramakrishna8029 3 года назад +1

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

  • @elmeroranchero
    @elmeroranchero 6 лет назад +1

    perfect!! nice concise video

  • @taoli5497
    @taoli5497 7 лет назад

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

    • @spiritcxz
      @spiritcxz 6 лет назад

      мая твая не панимать

  • @4chewbaca942
    @4chewbaca942 Год назад

    good lad

  • @gasdia73
    @gasdia73 6 месяцев назад

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

  • @justMRV
    @justMRV 6 лет назад

    forest gump