I have a pod running two containers, one of them is mysql container. I want to take dbdump from mysql container running in the pod and save that file dbdump on my system.
So that dbdump is coming out to my system from container running inside a pod
mysqldump --user="user" --password="Password" abc_database > dbdump.sql