Skip to content

itgix/cloudnative-pg-clusters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CloudNativePG Helm Clusters Charts

CloudNativePG Helm Charts for Standalone, Backup, PITR (Point-in-Time Recovery) and Replica Cluster.

Prerequisites

CloudNativePG Helm Charts

Stack Overflow GitHub License

Operator chart

Helm chart to install the CloudNativePG operator, originally created and sponsored by EDB to manage PostgreSQL workloads on any supported Kubernetes cluster running in private, public, or hybrid cloud environments.

NOTE: supports only the latest point release of the CloudNativePG operator.

helm repo add cnpg https://cloudnative-pg.github.io/charts
helm upgrade --install cnpg \
  --namespace cnpg-system \
  --create-namespace \
  cnpg/cloudnative-pg

Refer to the Operator Chart documentation for advanced configuration and monitoring.

Cluster charts

Helm charts to install a CloudNativePG database cluster.

Standalone Cluster

helm upgrade --install cnpg-cluster \
  charts/cnpg-cluster \
  --namespace cnpg-cluster \
  --create-namespace 

Backup Cluster

helm upgrade --install cnpg-cluster-backup \
  charts/cnpg-cluster-backup \
  --namespace cnpg-backup \
  --create-namespace 

Point-in-Time Recovery (PITR) Cluster

helm upgrade --install cnpg-cluster-pitr \
  charts/cnpg-cluster-pitr \
  --namespace cnpg-pitr \
  --create-namespace 

Replica Cluster

helm upgrade --install cnpg-cluster-replica \
  charts/cnpg-cluster-replica \
  --namespace cnpg-replica \
  --create-namespace 

Note: Customize cluster names and namespaces to suit your application requirements. Refer to the provided example configurations for guidance on deploying different cluster setups. Refer to the Cluster Chart documentation for advanced configuration options.

About

CloudNativePG Helm Charts for Backup, PITR and Replica Cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages