Brad Parks
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Connecting to a postgres server, only accessible in kubernetes pod?
AnsweredI can access a psql command prompt for a postgres server using kubernetes and kubectl. I do so by running a command like so: kubectl -n mynamespace exec -it some_pod --container someContainer -...