I have a MySQL server running on my local machine, accessible at localhost:3306
.
I also have a KinD cluster set up on WSL2, with Docker integration. How would I access the server from a python application inside a kubernetes pod?
I have a MySQL server running on my local machine, accessible at localhost:3306
.
I also have a KinD cluster set up on WSL2, with Docker integration. How would I access the server from a python application inside a kubernetes pod?