1. Create a new k8s cluster
  2. Install the helm cli
  3. Install the postgres helm chart
helm install postgres oci://registry-1.docker.io/bitnamicharts/postgresql
  1. To see the files being applied locally, run
helm pull oci://registry-1.docker.io/bitnamicharts/postgresql --untar