Kubernetes Networking: How to Write a CNI Plugin From Scratch - Eran Yanay, Twistlock

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • Join us for Kubernetes Forums Seoul, Sydney, Bengaluru and Delhi - learn more at kubecon.io
    Don't miss KubeCon + CloudNativeCon 2020 events in Amsterdam March 30 - April 2, Shanghai July 28-30 and Boston November 17-20! Learn more at kubecon.io. The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects
    Kubernetes Networking: How to Write a CNI Plugin From Scratch - Eran Yanay, Twistlock
    CNI (Container Network Interface) plugins are the cornerstone of Kubernetes networking. CNI is the standardized way used by Kubernetes to expose network devices to pods, responsible for pod to pod communication across physical nodes in your cluster. During this talk we will: - Explore the details of the CNI plugin interface - Understand how it is used with Kubernetes - Provide a detailed walkthrough of a simple CNI plugin from scratch Attendees in this talk will gain insight into the process of creating a CNI plugin and get familiar with networking decisions required for having their pods connected and reachable from within the cluster and the internet.
    sched.co/MPd2

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

  • @taranpreetmatharu3552
    @taranpreetmatharu3552 День назад

    Thanks for the detailed explanation!

  • @fredwh09
    @fredwh09 2 года назад +2

    Thanks for the great video, and the manual iptables setup for pod communication is just amazing.
    Here are some timestamps of setup up pod communications
    22:58 pod to pod on same node
    24:54 pod to pod on different node
    27:05 pod to internet

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

    code is here, in case people are looking github.com/eranyanay/cni-from-scratch

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

    Thanks a lot. explained kubernetes networking with super simplicity.

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

    Great talk and real confidence to stand up and code live, how do I hire the audience to cheer when something works! (its rare)

  • @hazelnut1696
    @hazelnut1696 4 месяца назад

    Very nice and simple explain

  • @ffelegal
    @ffelegal Год назад

    Wow! Such a legend! I understand it much better now!

  • @theundaddy8037
    @theundaddy8037 Год назад +1

    This is amazing

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

    Beautifully simple

  • @sami_rhimi
    @sami_rhimi Год назад

    Very informative video thank you so much

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

    Thanks, very concise explanation

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

    Awesome!

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

    nice

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

    What's the git repo for this demo code?