operator
In Kubernetes, a way to install and manage an application. Kubernetes operators
handle not just application installation, but also the entire application lifecycle,
including complex upgrades. An operator consists of a combination of two real Kubernetes
objects: a controller and a custom resource.