Hello,
I have setup a minimal boundary instance on kubernetes, following
I have done a port-forward and can access boundary .i.e.
kubectl port-forward --namespace boundary deployment/boundary 9200
My intention is to access a postgress service via boundary, running over same kubernetes cluster on which boundary is deployed .
for that, I have defined a host/target though boundary server UI .i.e. (please note host address is defined as k8s service nomenclature)
I have connect to boundary server using boundary desktop client and able to get session .i.e.
however I am not able to connect on boundary provided address using psql client, it just hangs
is it something, I am missing here or is there any gap in my understanding to access service running over kubernetes