Open main menu

Kubernetes Operator

Revision as of 21:32, 4 August 2020 by Admin (talk | contribs) (Created page with "<blockquote> A Site Reliability Engineer (SRE) is a person that operates an application by writing software. They are an engineer, a developer, who knows how to develop softwa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A Site Reliability Engineer (SRE) is a person that operates an application by writing software. They are an engineer, a developer, who knows how to develop software specifically for a particular application domain. The resulting piece of software has an application's operational domain knowledge programmed into it.

Our team has been busy in the Kubernetes community designing and implementing this concept to reliably create, configure, and manage complex application instances atop Kubernetes.

We call this new class of software Operators. 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.

CoreOS blog Note the blog article is from 2016. There are now many operators. See the etcd operator by CNCF for example.

The Operator Hub is a public registry of operators.

RedHat sponsors the free, online publication of the Kubernetes Operators O'Reilly book (155pp).