Relative Content

Tag Archive for mysqlspring-bootkubernetesminikube

cannot connect to my mysql service in kubernetes pods

I have created a spring boot crud app and then created deployment and service files for my crud backend application and for a mysql.
The issue i am facing whenever i create these two services my backend application is not able to establish any connection with the db.
Whenever, i establish a connection locally through port forwarding for my mysql pod and then my backend application gets the connection and i can retrieve the data.