minikube-mongodb-demo icon indicating copy to clipboard operation
minikube-mongodb-demo copied to clipboard

Demo project showing how to deploy MongoDB in a local Minikube Kubernetes environment

Results 10 minikube-mongodb-demo issues
Sort by recently updated
recently updated
newest added

Resolving the k8 version/label problem as well as proposing a solution for mongodb access from the host machine using port-forwarding. Additionally addressing a few Mac M1 issue with numactl and...

How would you configure this to access from outside minikube? Otherwise, the tutorial seems to have worked - it looks like things are up and running. But I'd like to...

After running generate.sh and when I try to run, db.getSiblingDB('admin').auth("main_admin", "abc123"); I get, "Error: Authentication failed." But the pod is in running state.

Pods kept crashing for no reason. By checking the logs of the container it complained that it wasn't assigned enough storage for mongodb's wieredTigerCache - it must be at least...

The new version of kubernetes/minikube doesn't recognize the apis which were being used by this code. This is a fix.

Details on stackoverflow: https://stackoverflow.com/questions/58757912/mongodb-yaml-selector-does-not-match-template-labels Also `apiVersion` needs to change from apps/v1beta1 to apps/v1

on aws 3 node cluster of kubernetes i am getting pod has unbound immediate PersistentVolumeClaims but its working in minikube please explain

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...

In the readme you wrote `db.setSlaveOk(1);` But it doesn't work. I found out that the correct usage is `db.getMongo().setSlaveOk()` like it is documented here: https://docs.mongodb.com/manual/reference/method/Mongo.setSlaveOk/

This fix is in a closed issue, would have save a bunch of time if it had been in the README.