| The article has a description of what an operator is wrong. The definition of an operator originally was... > An Operator is an application-specific controller that extends the Kubernetes API to create, configure, and manage instances of complex stateful applications on behalf of a Kubernetes user. It builds upon the basic Kubernetes resource and controller concepts but includes domain or application-specific knowledge to automate common tasks. This is the original definition of an operator [1]. People no use them for stateless things and domain specific work has taken off. You can look at the Kubernetes docs [2] to see refinements on it... > Kubernetes' operator pattern concept lets you extend the cluster's behaviour without modifying the code of Kubernetes itself by linking controllers to one or more custom resources. Operators are clients of the Kubernetes API that act as controllers for a Custom Resource. [1] https://web.archive.org/web/20190113035722/https://coreos.co... [2] https://kubernetes.io/docs/concepts/extend-kubernetes/operat... |