# Zalando Postgres Operator — Production PostgreSQL Clusters on Kubernetes > A Kubernetes operator that manages the full lifecycle of PostgreSQL clusters with patroni-based HA, connection pooling, and automated backups. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: # Zalando Postgres Operator — Production PostgreSQL Clusters on Kubernetes ## Quick Use ```bash # Install the operator kubectl apply -k github.com/zalando/postgres-operator/manifests # Create a PostgreSQL cluster cat <