LISA19 - Deep Dive into Kubernetes Internals for Builders and Operators

USENIX November 14, 2019
Video Thumbnail

About

As part of USENIX's commitment to the Open Access to research movement, slides, proceedings, and audio and video recordings from many of our events are now freely available to the general public shortly after they take place. Selected videos are added to this channel; additional recordings can be found on the USENIX Web site.

Video Description

Deep Dive into Kubernetes Internals for Builders and Operators Jérôme Petazzoni, Tiny Shell Script LLC If you operate (or plan to operate) Kubernetes, it's helpful to understand its internals: what are the components of the control plane? What are their respective roles? How do they communicate? To get the most out of this talk, you should be familiar with basic Kubernetes concepts like deployments, pods, and services. We'll start by explaining exactly what happens between the execution of commands like "kubectl run" and "kubectl expose" and the moment when the containers are actually running and available on the cluster. Then we'll build a simplified cluster, one component at a time, until it can execute that "kubectl run" command, and we'll see that it's not as complicated as it sounds. We will show how kube-proxy provides connectivity to services, and how CNI plugins provide connectivity to pods themselves. Finally, we'll highlight some of the differences between that experiment and a production-grade cluster. View the full LISA19 Program at https://www.usenix.org/conference/lisa19/conference-program

You May Also Like