October 7, 2019

119 words 1 min read

Extending Kubernetes with Storage Transformers

Extending Kubernetes with Storage Transformers

Storage Transformers are invoked by the kube-apiserver just before Kubernetes resources are written/read to/from etcd. Thus, allowing developers a final chance to apply changes to resources before the …

Talk Title Extending Kubernetes with Storage Transformers
Speakers Andrew Lytvynov (Software Engineer, Independent)
Conference KubeCon + CloudNativeCon
Conf Tag
Location Shanghai, China
Date Jun 23-26, 2019
URL Talk Page
Slides Talk Slides
Video

Storage Transformers are invoked by the kube-apiserver just before Kubernetes resources are written/read to/from etcd. Thus, allowing developers a final chance to apply changes to resources before they are committed to disk. In this demo heavy session, we will review the architecture of storage transformers and outline the appropriate scenarios for using them as an extensibility point.

comments powered by Disqus