Custom Resources-K8S

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

1. Custom Resource Definitions (CRDs)

Tags::k8s: