Connect app running on Kubernetes cluster with database running on Docker
I have an app running on K8s cluster on my local machine and I’d like to connect it to a MongoDB replica set that’s running on regular Docker containers that are also running on my local machine. Is it possible to do that kind of thing?