pkdone / minikube-mongodb-demo

Demo project showing how to deploy MongoDB in a local Minikube Kubernetes environment
MIT License
87 stars 61 forks source link

service mongodb wont connect to primary mongo pod #8

Open paltaa opened 6 years ago

paltaa commented 6 years ago

The thing is when you connect to the mongodb-service exposing the three pods, it will just connect to a random mongo, so how can it be defined to connect to the primary mongo?