Many devops use mysql connect over ssh to access to production database for various reasons and queries
after successfull deploy mysql container to a digital ocean kubernetes cluster im able to ssh into the pod via :
kubectl --kubeconfig="kubeconfig.yaml" exec -it vega-mysql-5df9b745f9-c6859 -c vega-mysql -- /bin/bash
my question is how can i remote connect applications like : navicat - sequel pro or mysql workbench to this pod ?