To connect to your database:
-
Run an Ubuntu pod that you can use as a client:
kubectl run -i --tty ubuntu --image=ubuntu:16.04 --restart=Never -- bash -il
-
Install the mysql client:
$ apt-get update && apt-get install mysql-client -y
-
Connect using the mysql cli, then provide your password:
$ mysql -h wintering-rodent-mysql -p