custom resource (CR)
In Kubernetes, the plan or blueprint for building and maintaining an application.
Custom resources are specified as .yaml
files.
A custom resource is a valid instance of a custom resource definition (CRD). Along with controllers, custom resources form a Kubernetes operator.