# CloudNative-PG — Production PostgreSQL on Kubernetes > Run PostgreSQL natively on Kubernetes with automated failover, continuous backup to object storage, and declarative cluster management via a Kubernetes operator. ## Install Save as a script file and run: # CloudNative-PG — Production PostgreSQL on Kubernetes ## Quick Use ```bash # Install the operator kubectl apply --server-side -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.25/releases/cnpg-1.25.0.yaml # Create a 3-node PostgreSQL cluster kubectl apply -f - <