# K8S Operators

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.

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.

![](/files/-LhdGD6VyLbXPNgSFULH)

**Prometheus Operator**

{% embed url="<https://github.com/coreos/prometheus-operator>" %}

**ETCD Operator**

{% embed url="<https://github.com/coreos/etcd-operator>" %}

Reference&#x73;**:**

{% embed url="<https://coreos.com/blog/introducing-operators.html>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://daniel-guo.gitbook.io/notebook/k8s-related/extend-k8s/crds/k8s-operators.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
