k8s-nue-meetup / talks

meta repository for all talks
19 stars 3 forks source link

Container Networking: How Does It Work? #13

Closed obitech closed 4 years ago

obitech commented 4 years ago

Network communication between containers on the same and on different hosts is an essential part to Docker and Kubernetes. This talk will give an overview of how concepts such as network namespaces, virtual ethernet devices and iptables, native Linux concepts and tools that have been around for years, are employed in Docker and Kubernetes. After this talk, the listener should have a basic understanding about networking concepts employed with container technologies.