Kubernetes

What components the Operator consists of?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  1. 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.
  2. Controller - Custom control loop which runs against the CRD