Minikube/kubernets pod cant connect to Mongodb Atlas
问题 I have a Spring Boot application that I'm trying to test in Minkube, which should connect to MongoDb Atlas. It connects to my database when running the application on my pc, it also connects after creating and running as a Docker image, running on a Ubuntu VM on my PC. It does not connect to Mongodb Atlas when running as a Kubernetes deployment on Minikube. There must be a configuration step im missing, but i just dont know what. I think my question is "Do i need to do anything special to