All technological notes.
Kubernetes operator
Each operator extends the Kubernetes API with its own set of custom object types that you use to deploy and configure the application.
operator creates the Deployments or StatefulSets that create the Pods in which the application runs.