Edit on GitHub

Postgres

Operators

cloudnative-pg

cnpg kubectl plugin

Install:

curl -sSfL \
  https://github.com/cloudnative-pg/cloudnative-pg/raw/main/hack/install-cnpg-plugin.sh | \
  sudo sh -s -- -b /usr/local/bin

Use:

kubectl cnpg status name-of-cluster

pgo