Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free. Learn more →
Top 4 Go postgres-operator Projects
-
There are two major ways to deploy Postgres to Kubernetes. First is using Helm charts like bitnami/postgresql or Serge’s postgresql-single, which has benefits compared to bitnami chart. The second way to run Postgres is to use the Kubernetes operator. There are a couple of them, here we will talk about Zalando Postgres operator. The helm way is better when in the future you will not plan to use more than one or two Postgres clusters per Kubernetes cluster. If you realize, that you will run more, then the Operator way is for you with all its automation and management advantages. Here is an example of PostgreSQL database manifest for Zalando Postgres Operator pg-prod.yaml. This example was tested for intensive transaction processing with query rates up to 3000-4000 per second and database size up to 350GB (data and indexes). It is enough to start most projects with thousands of active users like medium-volume webshops, news- and community-support websites, medium-sized gaming or gambling, etc. We assume, that we already set up the operator and the S3 bucket with encryption and access control for backups and WAL-log storage.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
postgres-operator
Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service. (by CrunchyData)
-
kubegres
Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql instances and manage databases replication, failover and backup.
-
Go postgres-operator discussion
Go postgres-operator related posts
-
No disk space crashloop but pod healthy · Issue #3788 · CrunchyData/postgres-operator
-
Run PostgreSQL. The Kubernetes Way
-
Deploying Postgres on Kubernetes in production
-
Anyone using cloudnativepg in production?
-
[Kubernetes] Comment déployez-vous un cluster Postgres sur Kubernetes en 2022?
-
What are you using to run Postgres?
-
Jolt v0.5.2 is available!
-
A note from our sponsor - Nutrient
nutrient.io | 14 Feb 2025
Index
What are some of the best open-source postgres-operator projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | postgres-operator | 4,507 |
2 | postgres-operator | 4,040 |
3 | kubegres | 1,325 |
4 | postgres-operator | 179 |