Custom Controllers
← Back to Operators
Code that watches for changes to custom resources and reconciles the actual state with the desired state. The reconciliation loop: observe current state, compare with desired state, take action to converge. Built using frameworks like Operator SDK, Kubebuilder, or controller-runtime.