Process Flow - Custom Resource Definitions (CRDs)
Write CRD YAML
Apply CRD to cluster
Kubernetes API Server registers new resource
User creates Custom Resource (CR)
Kubernetes stores CR in etcd
Controllers watch and act on CRs
Custom behavior executed
End
This flow shows how you write and apply a CRD, then create custom resources that Kubernetes stores and controllers manage.