December 9, 2019

140 words 1 min read

Extending Kubernetes 101 [A]

Extending Kubernetes 101 [A]

Kubernetes provides the ability to extend the platform with your own custom types and controllers. We will walk through a tutorial to write a custom controller, also known as an operator. Patterns wil …

Talk Title Extending Kubernetes 101 [A]
Speakers Travis Nielsen (Principal Software Engineer, Quantum Corp)
Conference KubeCon + CloudNativeCon North America
Conf Tag
Location Austin, TX, United States
Date Dec 4- 8, 2017
URL Talk Page
Slides Talk Slides
Video

Kubernetes provides the ability to extend the platform with your own custom types and controllers. We will walk through a tutorial to write a custom controller, also known as an operator. Patterns will be reviewed that will make your application a natural extension of the platform through CRDs and desired state management, all with the same security, lifecycle management, and API surface that native Kubernetes applications expect.

comments powered by Disqus