Execute command on Kubernetes pod

For example, printing the pgbouncer config file on a pgbouncer pod.

kubectl exec --stdin --tty <POD> -- cat /etc/pgbouncer/pgbouncer.ini