Steps to run:
- kubectl create -f <file_name>.yaml
- Repeat step 1 for all files
- Find the url of the cluster using command: minikube service postgres-service --url
- Atlast execute the command: psql -h <cluster_url> -U amazinguser --password -p 31885 awesomedb