[DEPRECATED] Running a MongoDB Database in Kubernetes with StatefulSets Reviews
12222 reviews
The following commands never got to ready status: $ kubectl get statefulset NAME READY AGE mongo 0/3 41m $ kubectl get pods NAME READY STATUS RESTARTS AGE mongo-0 1/2 CrashLoopBackOff 12 41m
Francesco C. · Reviewed over 6 years ago
All in all really interesting, but the sample data does not work and I had to change the definition for the statefulset since both --smallfiles and --noprealloc caused mongo to crash
Christian F. · Reviewed over 6 years ago
Beray B. · Reviewed over 6 years ago
I had to remove two lines of MMAPv1 Options to boot the mongo container https://docs.mongodb.com/manual/reference/configuration-options/index.html
Stefan H. · Reviewed over 6 years ago
fangchih h. · Reviewed over 6 years ago
April T. · Reviewed over 6 years ago
Sung P. · Reviewed over 6 years ago
hahui
Egi M. · Reviewed over 6 years ago
Ignacio D. · Reviewed over 6 years ago
This lab is not working correct the statefulset does not start and the pods keep crashing.
Joep V. · Reviewed over 6 years ago
Joep V. · Reviewed over 6 years ago
Oliver S. · Reviewed over 6 years ago
Klaas S. · Reviewed over 6 years ago
Facundo F. · Reviewed over 6 years ago
Facundo F. · Reviewed over 6 years ago
The mongo image used in the lab does not support the CLI arguments "--smallfiles" and "--noprealloc". I had to remove them. Also the clustering should be discussed in more details.
Dominic W. · Reviewed over 6 years ago
Trung D. · Reviewed over 6 years ago
Dhruv S. · Reviewed over 6 years ago
Command kubectl apply -f mongo-statefulset.yaml fails with error: "Error parsing command line: unrecognised option '--smallfiles" Configuration should be changed to specify image: mongo:4.0 or updated to work with the latest mongo
Konstantinos V. · Reviewed over 6 years ago
Madan Mohan K. · Reviewed over 6 years ago
Kunal P. · Reviewed over 6 years ago
Managobinda S. · Reviewed over 6 years ago
Managobinda S. · Reviewed over 6 years ago
Andrew A. · Reviewed over 6 years ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.