kubectl run auth-db-tunnel -it --image=alpine/socat --tty --rm --expose=true --port=5432 tcp-listen:5432,fork,reuseaddr tcp-connect:<aws_rds_host>:5432 service/auth-db-tunnel created pod "auth-db-tunnel" deleted service "auth-db-tunnel" deleted error: timed out waiting for the condition
kubectl run auth-db-tunnel -it --image=alpine/socat --tty --rm --expose=true --port=5432 tcp-listen:5432,fork,reuseaddr tcp-connect:<aws_rds_host>:5432
service/auth-db-tunnel created
pod "auth-db-tunnel" deleted
service "auth-db-tunnel" deleted
error: timed out waiting for the condition