in this demo, we will deploy mysql database On Kubernetes and expose mysql service using NodePort and access from Host MYSQL GUI tool on virtualbox env
https://github.com/jvmtechi/ytdocs
mysql-deploy-nport-ui.yaml
STEPS:
Local StorageClass:
kubectl apply -f https://raw.githubusercontent.com/ran...
k -n dev exec -it mysql-98c7fd8c7-gh48x -- bin/bash
mysql -u root -p
insert table:
https://dev.mysql.com/doc/mysql-getti...
GUI download
https://dev.mysql.com/downloads/workb...