Skip to content

fham2/kubernetes-mongo-cluster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

******************************* kubernetes-mongo-cluster **********************************

Kubernetes MONGO clusterwith Mongo EXPRESS UI: reference by NANA JANASHIA youtube tutorials

*********************************** use the master branch *********************************

TO set up this cluster :

  1. Need to have Docker desktop running

Execute this commands:

  1. minikube start --vm-driver=docker
  2. minikube dashboard // This will open up the kubernetes UI on your browser

***start up new CMD ****

  1. kubectl apply -f mongo-secret.yaml
  2. kubectl apply -f mongo=configmap.yaml
  3. kubectl apply -f mongo.yaml
  4. kubectl apply -f mongo-express.yaml
  5. minikube service mongo-express-service //this will open up the MONGO UI on the browser

About

Kubernetes MONGO clusterwith Mongo EXPRESS UI: reference by NANA JANASHIA youtube tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published