Go postgres-operator

Open-source Go projects categorized as postgres-operator

Top 4 Go postgres-operator Projects

postgres-operator
  1. postgres-operator

    Postgres operator creates and manages PostgreSQL clusters running in Kubernetes

    Project mention: Postgres in prod. Part 1 - setup and startup for growth. | dev.to | 2025-01-30

    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.

  2. 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.

    CodeRabbit logo
  3. postgres-operator

    Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service. (by CrunchyData)

    Project mention: Show HN: Serverless Postgres | news.ycombinator.com | 2024-05-29
  4. kubegres

    Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql instances and manage databases replication, failover and backup.

  5. postgres-operator

    Postgres operator for Kubernetes (by movetokube)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go postgres-operator discussion

Log in or Post with

Go postgres-operator related posts

  • No disk space crashloop but pod healthy · Issue #3788 · CrunchyData/postgres-operator

    1 project | /r/Health2020 | 9 Dec 2023
  • Run PostgreSQL. The Kubernetes Way

    6 projects | news.ycombinator.com | 22 Sep 2023
  • Deploying Postgres on Kubernetes in production

    3 projects | /r/PostgreSQL | 19 Aug 2023
  • Anyone using cloudnativepg in production?

    1 project | /r/PostgreSQL | 16 May 2023
  • [Kubernetes] Comment déployez-vous un cluster Postgres sur Kubernetes en 2022?

    3 projects | /r/enfrancais | 10 May 2023
  • What are you using to run Postgres?

    3 projects | /r/kubernetes | 6 May 2023
  • Jolt v0.5.2 is available!

    2 projects | /r/jellyfin | 20 Apr 2023
  • A note from our sponsor - Nutrient
    nutrient.io | 14 Feb 2025
    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 →

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

Sponsored
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.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?