Open main menu

Changes

1,432 bytes added ,  21:32, 4 August 2020
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..."
<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 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.
</blockquote>

[https://coreos.com/blog/introducing-operators.html CoreOS blog] Note the blog article is from 2016. There are now many operators. See [https://operatorhub.io/operator/etcd the etcd operator] by CNCF for example.

The [https://operatorhub.io Operator Hub] is a public registry of operators.

RedHat sponsors the free, online publication of the [https://www.redhat.com/cms/managed-files/cl-oreilly-kubernetes-operators-ebook-f21452-202001-en_2.pdf Kubernetes Operators] O'Reilly book (155pp).

[[Category:Virtualization]]