Skip to content

This project is a demonstration of deploying a MongoDB and MongoDB Express cluster using Minikube and Kubernetes.

Notifications You must be signed in to change notification settings

shadyosama9/K8S-For-MongoExpress-And-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB and MongoDB Express Cluster Deployment

This repository contains Kubernetes YAML files to deploy a MongoDB cluster and MongoDB Express for easy management.

Prerequisites

Deployment

  1. Start Minikube:
    minikube start
    
  2. Deploy MongoDB:
    kubectl apply -f mongodb-deploy.yml
    
  3. Deploy MongoDB Express:
    kubectl apply -f mongoexp-deploy.yml
    
  4. Attach an external IP for the MongoDB Express service:
    minikube service mongoexpress-service

About

This project is a demonstration of deploying a MongoDB and MongoDB Express cluster using Minikube and Kubernetes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published