DiptoChakrabarty / DiptoChakrabarty/learn_devops_with_projects
Running a mongo database on Kubernetes
- Dominant language
- Smarty
- Stars
- 7
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Setup a statefulset for a mongo database in kubernetes
Here is what you should do
Run a mongo database as a statefulset
We should be able to authenticate into database using a username admin and password admin
Database data should be stored in a Volume like PVC
PVC should be created from a PV
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by inspecting the repository structure for existing Kubernetes manifests and project conventions, then determine where the MongoDB StatefulSet, PV, and PVC belong. Done means MongoDB runs as a StatefulSet, authenticates with the specified admin credentials, and persists its data through a PVC created from a PV.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, mongodb
- Domain
- databases, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100