gke-mongodb-demo
gke-mongodb-demo copied to clipboard
Demo project showing how to deploy MongoDB on the Google Container Engine (GKE) with Kubernetes
Hello, i am very helped from your work and i am thankful to you. I did exactly your project and everything works fine but... when i try to resize the...
It would be even more useful and make this set of best practices available to more people if this was packaged as Helm chart, so people wouldn't need to run...
It might be nice to include what the connection URL would be inside the cluster for this setup. It seems like it would be: ``` mongodb://mongod-0.mongodb-service,mongod-1.mongodb-service,mongod-2.mongodb-service:27017/dbname ```
I am trying to expose it for external services to connect the replicated cluster, how do I make it via LoadBalancer?