Staying Informed With Kubernetes Informers

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

Staying Informed with Kubernetes Informers

19 June 2019

New York

Added 01-Jan-1970

AGENDA:
6:30pm - Doors open
6:30-7:00pm - Social
7:00-7:45pm - Talk by Robert Ross (Bobby Tables) from FireHydrant followed by Q&A
7:45-8:30pm - Social / Wrap Up

Thanks to Compass for sponsoring the venue.

TALK DESCRIPTION:
Title: Staying Informed with Kubernetes Informers

Kubernetes state is changing all the time. Pods are being created. Deployments are adding more replicas. Load balancers are being created from services. All of these things can happen without anyone noticing. But sometimes we need to notice, however, for when we need to react to such events. What if we need to push the change to an audit log? When if we want to inform a Slack room about a new deployment? In Kubernetes, this is possible with the informers that are baked into the API and Go client. In this talk we’ll learn how informers work, and how to receive updates when resources change using a simple Go application.

Top