# CloudNativePG — Production-Grade PostgreSQL Operator for Kubernetes > CloudNativePG is a Level V Kubernetes operator that manages PostgreSQL clusters with streaming replication, online backups, point-in-time recovery and rolling upgrades — without any external pgBouncer-like layer. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: # CloudNativePG — PostgreSQL Operator for Kubernetes ## Quick Use ```bash # Install the operator kubectl apply -f \ https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.24/releases/cnpg-1.24.0.yaml # Create a 3-node cluster kubectl apply -f - <