Liberating Kubernetes From Kube-proxy and Iptables - Martynas Pumputis, Cilium

Поделиться
HTML-код
  • Опубликовано: 1 июл 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
    Liberating Kubernetes From Kube-proxy and Iptables - Martynas Pumputis, Cilium
    iptables and Netfilter are the two foundational technologies of kube-proxy for implementing a Service abstraction. They carry legacy accumulated over 20 years of development grounded in a more traditional networking environment that is typically far more static than your average Kubernetes cluster. In the age of containers, they are no longer the best tool for the job, especially in terms of performance, reliability, scalability, and operations. Companies like Google, Facebook and Cloudflare have long realised this and therefore embraced eBPF as technology, which lets one to dynamically reprogram the kernel. Can we replicate the same success story in Kubernetes? In this talk, the audience will learn about running a fully functioning Kubernetes cluster without iptables, Netfilter and thus without kube-proxy in a scalable and secure way with the help of eBPF and Cilium.
    sched.co/Uaam
  • НаукаНаука

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

  • @linxchen5456
    @linxchen5456 4 года назад +4

    great talk; with well explained technical detail. Hope Cilium have more talks like this in the future. kudos.

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

    Thank you for such deep and detailed explanations about K8s internals

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

    Excellent explanation! Thanks!

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

    Great talk. A lot of good information here. Thank you!

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

    Great one! Thanks!

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

    awesome talk!

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

    AwsOme Talk 🙂 Thanks!

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

    I definitely hit that issue mentioned.