What components the Operator consists of?
Answer
- CRD (Custom Resource Definition) - You are fanmiliar with Kubernetes resources like Deployment, Pod, Service, etc. CRD is also a resource, but one that you or the developer the operator defines.
- Controller - Custom control loop which runs against the CRD