I have an ubuntu host, hosting a minikube cluster and a mysql server.
What I need is the pods running in the minikube service to access the mysql on the host which in this case is running outside of the cluster.
On the host mysql server is hosted on localhost:3306
Thanks in advance