Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

add external Postgres operator #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down