You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
-[Language bindings](#language-bindings)
25
25
-[PaaS (PostgreSQL as a Service)](#paas-postgresql-as-a-service)
26
26
-[Docker images](#docker-images)
27
+
-[Kubernetes](#kubernetes)
27
28
-[Resources](#resources)
28
29
-[Tutorials](#tutorials)
29
30
-[Blogs](#blogs)
@@ -278,6 +279,15 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
278
279
*[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.
279
280
*[postgres](https://hub.docker.com/_/postgres/) - Official postgres container (from Docker)
280
281
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).
0 commit comments