[root@k8s-master endpoint]# kubectl exec -it mysql-client-j3fr3 bash
bash-4.1# mysql -hmysql-production -u user -p
Enter password:
Welcome tothe MySQL monitor. Commands endwith ; or \g.
Your MySQL connection idis496257557
Server version: 5.5.52-MariaDB-1ubuntu0.14.04.1 (Ubuntu)
Copyright (c) 2000, 2013, Oracle and/orits affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/orits
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> exit
Bye