October 15, 2019

169 words 1 min read

Kubernetes Networking: How to Write a CNI Plugin From Scratch

Kubernetes Networking: How to Write a CNI Plugin From Scratch

"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 comm …

Talk Title Kubernetes Networking: How to Write a CNI Plugin From Scratch
Speakers Eran Yanay (Team Lead, Twistlock)
Conference KubeCon + CloudNativeCon Europe
Conf Tag
Location Barcelona, Spain
Date May 19-23, 2019
URL Talk Page
Slides Talk Slides
Video

“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 scratchAttendees 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.”

comments powered by Disqus