Process Flow - Custom resources concept
Define CustomResourceDefinition (CRD)
Apply CRD to Kubernetes API
Kubernetes API Server Registers CRD
Create Custom Resource (CR) Instance
Kubernetes Stores CR Instance
Controllers Watch CR and Act
Custom Behavior Implemented
End
This flow shows how a custom resource is defined, registered, created, and managed in Kubernetes.