https://github.com/manusant/devops-mongodb
Configuration and infrastructure as code for Mongo Database replica-set (Docker and Kubernetes)
https://github.com/manusant/devops-mongodb
digitalocean docker docker-compose kubernetes mongodb replica-set scaleway
Last synced: 3 months ago
JSON representation
Configuration and infrastructure as code for Mongo Database replica-set (Docker and Kubernetes)
- Host: GitHub
- URL: https://github.com/manusant/devops-mongodb
- Owner: manusant
- Created: 2020-07-09T10:10:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T09:42:25.000Z (about 5 years ago)
- Last Synced: 2025-06-04T07:50:20.474Z (4 months ago)
- Topics: digitalocean, docker, docker-compose, kubernetes, mongodb, replica-set, scaleway
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes MongoDB replica-set
Configure a MongoDB Replica Set on Kubernetes using Satefulset and PersistentVolumeClaim.
[Full Documentation Here](/kubernetes/README.md)# Local MongoDB server with replica-set (Docker compose)
[Full Documentation Here](/docker/README.md)