Custom Resources-K8S
Table of Contents
For a truly declarative API (orchestrating current and desired states), also see Custom Controllers-K8S.
in the abscence of a controller, a custom resource will be exposed as an imperative API (no notion of desired state, only instructions for a change)
Custom Resources and Custom Controllers, when patterned together, yield Operators-K8S