diff --git a/README.md b/README.md index f43b20f..e374023 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ If you want to start building an Operator, you should definitely look into the [ | Ensemble | [teseraio/ensemble](https://github.com/teseraio/ensemble) | Provision, maintain and orchestrate many different databases on production from a single interface (Zookeeper, Clickhouse, Rabbitmq, Spark and more). | | Envoy | [solo-io/envoy-operator](https://github.com/solo-io/envoy-operator)| Envoy is a Microservice Abstraction Layer (also known as an API Gateway, API Middleware or in some cases Service Mesh)Run and manage Envoy on Kubernetes simply and securely. | | External Secret Operator | [ContainerSolutions/externalsecrets-operator](https://github.com/ContainerSolutions/externalsecret-operator)| External Secret Operator injects secrets from secret stores like [AWS Secret Manager](https://aws.amazon.com/secrets-manager/) or [1Password](https://1password.com/) and injects them as Kubernetes Secret resources. | +| External Postgres Operator | [movetokube/postgres-operator](https://github.com/movetokube/postgres-operator)| This is a very light-weight operator which does not provide a PostgreSQL server, but manages databases inside an existing PostgreSQL database server in the cloud (AWS, Azure) or on-prem. | | etcd | [coreos/etcd-operator](https://github.com/coreos/etcd-operator) | Manages etcd k/v database clusters on Kubernetes. | | Flink | [lyft/flinkk8soperator](https://github.com/lyft/flinkk8soperator) | Kubernetes operator that provides control plane for managing Apache Flink applications. | | Flux | [fluxcd/flux](https://github.com/fluxcd/flux) | The GitOps Kubernetes Operator. |