Konubinix' opinionated web of thoughts

Kubernetes Controller

Fleeting

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/

Notes linking here