3 रिपॉजिटरी
Specialized administration of PostgreSQL clusters within a Kubernetes environment.
Distinct from PostgreSQL Administration Tools: Combines PostgreSQL administration specifically with Kubernetes operator patterns, which is more specific than general PostgreSQL tools.
Explore 3 awesome GitHub repositories matching data & databases · PostgreSQL Kubernetes Administration. Refine with filters or upvote what's useful.
CloudNativePG is a Kubernetes operator designed for the administration, lifecycle management, and high availability of PostgreSQL database clusters. It functions as a declarative orchestrator that manages database instances through custom resources and manifests. The project distinguishes itself by automating complex operational tasks, including primary election and failover management via streaming physical replication. It provides specialized tools for database version migrations, supporting both offline in-place upgrades and online migrations through logical replication. The operator cove
Provides a native Kubernetes orchestration layer for the complete administration of PostgreSQL database clusters.
This project is a PostgreSQL Kubernetes operator and database orchestrator designed to automate the deployment, scaling, and lifecycle management of high-availability database clusters. It functions as a controller that uses declarative manifests to provision and synchronize the state of database instances within a cluster. The system manages high availability through streaming replication and ensures constant availability during maintenance via rolling updates. It also serves as a backup and recovery manager, handling point-in-time recovery, logical backups, and cluster cloning using cloud s
Provides specialized administration of high-availability PostgreSQL clusters using declarative manifests within Kubernetes.
This project is a Kubernetes operator designed for deploying and managing production PostgreSQL database clusters using declarative configurations. It functions as a controller that synchronizes the actual state of database clusters with a desired state, providing a system for high availability orchestration, automated backup and recovery, and containerized database administration. The operator distinguishes itself through a comprehensive data protection suite that supports point-in-time recovery, multi-mode backups to cloud object storage, and cluster cloning. It ensures continuous availabil
Manages PostgreSQL resources, storage volumes, and network endpoints using declarative Kubernetes operator patterns.