Linux Bridges, IP Tables, and CNI Plug-Ins - A Container Networking Deepdive

Поделиться
HTML-код
  • Опубликовано: 28 июл 2024
  • НаукаНаука

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

  • @vikas87922
    @vikas87922 4 года назад +5

    I was looking for deep dive into container networking, this is extremely well organised and explained. Thanks Matt and Hank for creating such wonderful content.

  • @nenunene2400
    @nenunene2400 4 года назад +3

    Wow .. Pure Gold .. better than any paid courses

  • @aimene_tayebbey
    @aimene_tayebbey 4 года назад +6

    i like the way of breaking things down, u should really post more videos like these get into the intricacies of how netwoking works, keep up the good work and thanks

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

    Crisp and concise ! Couldn't be better . Nice job Matt !

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

    fantastic session guys! great how you built the container networking manually! thx Matt!

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

    Very nice explanation covering lots of inner networking in depth. Thanks a lot

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

    Thank you! This is the first good talk I found in 40min

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

    Ahhh I see so we’re not abstracting and assuming responsibilities not just for networking but also for container and switch/vnic networks... awesome!!! It’s about time!!!

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

    Extremely clear explanation - great work.

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

    Quality stuff , thanks very much!!

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

    Amazing video!

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

    Love the addition of the Cisco hold music lmao

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

    I wonder do I need to have a bridge necessarily, can I connect couple of network namespaces vi mulitple veth interfaces?

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

    Not working for me when I test through telnet, I get "no route to host" if I use host IP but if I use 127.0.0.1, successfully connect

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

    Does anybody know how to use the normal docker command to either... setup a reverse tunnel (ie: inside the container, 127.0.0.1:27017 binds to a port in the host so that the container can get --network=none and just be given tunnels to what it needs. or: without using Kubernetes, bind two containers into the same localhost. I need this because I can't use DNS to connect between machines. I want to disable connections to anything but 127.0.0.1 ports created by a sidecar, and have the sidecar transparently do TLS between the sidecars. I would like to not use Kubernetes. I can make a much much simpler system if I can just use straight Docker commands. Right now, the only solution seems to be to Dockerfile re-package containers to have the sidecar running along side the container.

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

    NetOps Automation or NetDevOps Analyst/Engineer/Architect/Fox - Generalized for new Networkers including Cloud...

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

    I can not find github repo. does any one has it?

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

      Did you watch till the end ? he did post all the links - Webinar Resources @58:31

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

    `sudo plotnetcfg | dot -Tpdf > topology.pdf` to generate the pdf of the current net topology on the host.

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

    I wonder if he is aware of his watch and did it on purpose.

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

    Why are we using docker instances? Instead of Cisco virtual devices... ;/ ugh... I understand you want to share the toys but this is a Cisco Cert...