Extending Kubernetes 101 [A] - Travis Nielsen, Quantum Corp

preview_player
Показать описание
Extending Kubernetes 101 [A] - Travis Nielsen, Quantum Corp

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.

About Travis Nielsen
Travis Nielsen is a Principal Software Engineer for Quantum Corporation where he works on Rook – a software defined storage initiative based in Seattle. Prior to Quantum, Travis was the storage platform tech lead at Symform, a P2P storage startup acquired by Quantum. Before joining the startup world, he was an engineering lead for the Windows Server group at Microsoft.
Рекомендации по теме
Комментарии
Автор

Good Demo, Very Informative. Thanks - Rocky

rakibmahmood
Автор

This is a very good demo of CRD which I have been looking for.
Thanks CNCF and Travis Nielsen for the demo.

If someone can suggest a similar demo for CRD that would be appreciated.

ysingh
Автор

Where can I find the source code of the demo?

DagangWei