KubeBlocks
BlogsKubeBlocks Cloud
⌘K
​
Overview
Quickstart

Operations

Lifecycle Management
Vertical Scaling
Horizontal Scaling
Volume Expansion
Manage PostgreSQL Services
Minor Version Upgrade
Modify PostgreSQL Parameters
PostgreSQL Switchover
Decommission PostgreSQL Replica
Recovering PostgreSQL Replica

Backup And Restores

Create BackupRepo
Create Full Backup
Scheduled Backups
Scheduled Continuous Backup
Restore PostgreSQL Cluster
Restore with PITR

Custom Secret

Custom Password

TLS

PostgreSQL Cluster with TLS
PostgreSQL Cluster with Custom TLS

Monitoring

Observability for PostgreSQL Clusters

tpl

    Monitor the cluster status until it transitions to the Running state:

    kubectl get cluster pg-cluster -n demo -w
    

    Expected Output:

    NAME         CLUSTER-DEFINITION   TERMINATION-POLICY   STATUS     AGE
    pg-cluster   postgresql           Delete               Creating   50s
    pg-cluster   postgresql           Delete               Running    4m2s
    

    Once the cluster status becomes Running, your PostgreSQL cluster is ready for use.

    TIP

    If you are creating the cluster for the very first time, it may take some time to pull images before running.

    © 2025 ApeCloud PTE. Ltd.