How to access a Postgres availale through a Kubernetes cluster from your local machine
Create a socat pod on your default namespace (or whatever namespace you see fit) This pod will then create a bytestream to the postgres' instance and port -> set postgresql-host accordingly
apiVersion: v1
kind: Pod
metadata: