Posted inKubernetes
Installing PostgreSQL on Kubernetes Using CloudNativePG (CNPG)
Create CNPG Directory & postgres.yaml Manifest Create a directory for CNPG configuration and add the postgres.yaml file:vi postgres.yaml Cluster 1 — app-db-cluster (Application Database) apiVersion: postgresql.cnpg.io/v1kind: Clustermetadata: name: app-db-cluster namespace:…
