Let’s dive into Kubernetes operator creation

A presentation at Container Day Italia in in Bologna, Metropolitan City of Bologna, Italy by Horacio Gonzalez

Operators are extensions to Kubernetes that simplify application install and management by leveraging on manage applications Custom Resources. The Kubernetes Operator pattern tries to emulate the role of a human operator, who uses their deep knowledge of the application to install, operate and debug it. The Kubernetes Operators search to automate these tasks and facilitate the whole application life cycle. In this talk, we will explain to you how to create a simple Kubernetes operator in Go.