Introducing Kudo: Kubernetes Operators the Easy Way
In this talk, Matt Jarvis introduces the Kudo project, and demo the creation of a Kubernetes operator using Kudo.
What you'll learn
Kubernetes operators are the next phase of the journey towards automating complex applications in containers. The Kudo project 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, Matt Jarvis will introduce the Kudo project and demo the creation of a Kubernetes operator using Kudo.