-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Either myself or one of my colleagues on a new open-source project called KUDO would love to come along and give an introductory talk about it:
Kubernetes Operators are the next phase of the journey towards automating complex applications in containers. KUDO introduces an easy way to build Kubernetes operators using declarative YAML. Many Operators that exist today handle initial deployment, but they don’t provide automation for tasks like binary upgrades, configuration updates, and failure recovery. Implementing a production-grade controller for a complex workload typically requires thousands of lines of code and many months of development. As a result, the quality of operators that are available today varies. The KUDO project provides a universal operator to enable automated creation of operators for Kubernetes, in most cases just using YAML. In this talk, I’ll introduce KUDO, and demo the creation of a Kubernetes operator using KUDO.