December 9, 2019

217 words 2 mins read

Multiple Networks for Kubernetes Workloads

Multiple Networks for Kubernetes Workloads

Embark on a tour of CNI multiplexers – an adventure in attaching multiple network interfaces to pods. We'll show the advantages of each and provide examples to get you started using them. We'll also …

Talk Title Multiple Networks for Kubernetes Workloads
Speakers Doug Smith (Principal Software Engineer, Red Hat, Inc.), Piotr Skamruk (Software Engineer, Travelping)
Conference KubeCon + CloudNativeCon North America
Conf Tag
Location San Diego, CA, USA
Date Nov 15-21, 2019
URL Talk Page
Slides Talk Slides
Video

Embark on a tour of CNI multiplexers – an adventure in attaching multiple network interfaces to pods. We’ll show the advantages of each and provide examples to get you started using them. We’ll also talk about the history and future of multiple network attachments in Kubernetes.Kubernetes is based on simplicity, and Kubernetes networking is no different– simplicity is king. Each pod is given a single IP address, and a single network in which “everything sees everything”.This model is not always what consumers expect, especially for high performance networking. In this world we need to have network isolation (to isolate traffic between control & data planes) or to have multiple interfaces in pods. This provides operators better control over functionality, latency and throughput.We’ll make sure you’re geared up for the adventure with CNI multiplexers and multiple network attachments!

comments powered by Disqus