Back
Join now
About

Popular Tags

  • react
  • typescript
  • ui-components
  • shadcn-ui
  • tailwind
  • react-components
  • open-source
  • llm
  • ui-design
  • open-source-coding-agent

Top Sources

  • github.com
  • clerk.com
  • 1771technologies.com
  • 21st.dev
  • abui.io
  • activepieces.com
  • ai-sdk.dev
  • alchemy.run
  • altsendme.com
  • amd-gaia.ai

Browse by Type

  • Tools
  • Code
bookmrks.io - Discovery, refined.
Tags
  • automated-failover
    1
  • business-continuity
    1
  • database
    1
  • database-management
    1
  • devops
    1
  • disaster-recovery
    1
  • failover
    1
  • go
    1
  • high-availability
    1
  • infrastructure-as-code
    1
  • json-logging
    1
  • k8s
    1
  • kubectl-plugin
    1
  • kubernetes
    1
  • operator
    1
  • platform-engineering
    1
  • postgres
    1
  • postgresql
    1
  • prometheus-exporter
    1
  • replication
    1
  • self-healing
    1
  • sql
    1
  • switchover
    1
Website favicongithub.com

Comprehensive PostgreSQL Management in Kubernetes

CloudNativePG is an open-source tool for managing PostgreSQL databases in Kubernetes, enhancing operational efficiency and automation.

stack
Tech Stack
GitHubSnykGoKubernetesDockerRenovateBashPythonGitHub ActionsCSS
Summary

CloudNativePG is an open-source platform designed to seamlessly manage PostgreSQL databases in Kubernetes environments. It covers the entire operational lifecycle—from deployment to ongoing maintenance—through its core component, the CloudNativePG operator.

Key features:

  • Direct integration with Kubernetes API - The PostgreSQL cluster’s status is available directly in the Cluster resource, allowing users to inspect it via the Kubernetes API.
  • Operator pattern - The operator ensures that the desired PostgreSQL state is reconciled automatically, following Kubernetes best practices.
  • Immutable application containers - Updates follow an immutable infrastructure model.
  • Failover management - The operator elects a new primary if the primary instance fails.
  • Scaling read replicas - The operator provisions or removes resources as needed while managing streaming replication.

CloudNativePG aims to increase PostgreSQL adoption within Kubernetes by making it an integral part of the development process and GitOps-driven CI/CD automation.

Comments
No comments yet. Sign in to add the first comment!