December 11, 2019

174 words 1 min read

The Life of a Kubernetes Watch Event

The Life of a Kubernetes Watch Event

The watch event is essential to the kubernetes architecture. Its the key to maintaining high availability in the kubernetes control plane. Have you ever wondered how a watch event is propagated? In t …

Talk Title The Life of a Kubernetes Watch Event
Speakers Haowei Cai (Software Engineer, Google), Wenjia Zhang (Software Engineer, Google)
Conference KubeCon + CloudNativeCon North America
Conf Tag
Location Seattle, WA, USA
Date Dec 9-14, 2018
URL Talk Page
Slides Talk Slides
Video

The watch event is essential to the kubernetes architecture. It’s the key to maintaining high availability in the kubernetes control plane. Have you ever wondered how a watch event is propagated? In this presentation, we will cover how kubernetes delivers a watch event through control plane storage, API server, and finally to clients, and what happened to a watch event across server replicas. Attendees will leave with a full understanding of the life of a kubernetes watch event, which could help you make better decisions to implement your controllers in a much more scalable and performant way.

comments powered by Disqus