Skip to content

Commit 8a113e4

Browse files
committed
Add a Kubernetes section + top operators
#314
1 parent 5013c60 commit 8a113e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- [Language bindings](#language-bindings)
2525
- [PaaS (PostgreSQL as a Service)](#paas-postgresql-as-a-service)
2626
- [Docker images](#docker-images)
27+
- [Kubernetes](#kubernetes)
2728
- [Resources](#resources)
2829
- [Tutorials](#tutorials)
2930
- [Blogs](#blogs)
@@ -278,6 +279,15 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
278279
* [paradedb/paradedb](https:/hub.docker.com/r/paradedb/paradedb/) - ParadeDB is Postgres for Search and Analytics. Based on the Bitnami Postgres container with pg_search and pg_analytics Postgres extensions.
279280
* [postgres](https://hub.docker.com/_/postgres/) - Official postgres container (from Docker)
280281

282+
### Kubernetes
283+
* [Crunchy Operator](https://github.com/CrunchyData/postgres-operator) - Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
284+
* [Fujitsu Enterprise Postgres for Kubernetes](https://www.postgresql.fastware.com/) - Enterprise-grade PostgreSQL on OpenShift Container Platform (Commercial Software).
285+
* [Kubegres Operator](https://github.com/reactive-tech/kubegres) - Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql instances and manage databases replication, failover and backup.
286+
* [StackGres Operator](https://github.com/ongres/stackgres/) - Full Stack PostgreSQL on Kubernetes.
287+
* [Zalando Operator](https://github.com/zalando/postgres-operator) - Creates and manages PostgreSQL clusters running in Kubernetes.
288+
* [CloudNativePG operator](https://github.com/cloudnative-pg/cloudnative-pg) - A comprehensive platform designed to seamlessly manage PostgreSQL databases within Kubernetes environments.
289+
* [KubeDB operator](https://kubedb.com/) - Run Production-Grade Databases on Kubernetes (Commercial Software).
290+
281291
## Resources
282292

283293
### Tutorials

0 commit comments

Comments
 (0)