Kubernetes Controller
Fleeting- External reference: https://kubernetes.io/docs/concepts/architecture/controller/
A controller tracks at least one Kubernetes resource type. These objects have a spec field that represents the desired state. The controller(s) for that resource are responsible for making the current state come closer to that desired state.
— https://kubernetes.io/docs/concepts/architecture/controller/