Skip to content

Instantly share code, notes, and snippets.

@cdxker
Created November 9, 2024 00:16
Show Gist options
  • Save cdxker/dfbce9fc482e8ae52a89716fb8bf7ae8 to your computer and use it in GitHub Desktop.
Save cdxker/dfbce9fc482e8ae52a89716fb8bf7ae8 to your computer and use it in GitHub Desktop.
Create pod with psql in any namespace
kubectl run postgres-client --namespace=cloud-sql-proxy --image=codingpuss/postgres-client --stdin --tty --rm --restart=Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment