Understanding the Kubernetes API Internals

preview_player
Показать описание
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

Рекомендации по теме
Комментарии
Автор

Thank you for sharing this information.

Prat