MENU

Fun & Interesting

Understanding the Kubernetes API Internals

Kubernetes Bangalore 1,458 4 years ago
Video Not Working? Fix It Now

Kubernetes Community Days Bengaluru'21 While many people write operators, very few understand how the Kubernetes API actually works and what goes on behind the scenes. Part of the difficulty in understanding controllers and the API -- and implementing them -- is that the tasks are broken up and performed at many different times by different pieces of code. One of the strengths of this talk is to integrate the pieces and reveal the relationships between far-flung interfaces and methods. This session is targeted especially at: - people using the Kubernetes APIs with client-go and other related frameworks - people extending Kubernetes with APIs using aggregated API servers or CustomResourceDefinitions Slides: http://bit.ly/kcdblr-api-internals-slides

Comment