nisarg0 / kubernetes

This repo is ment only for learning kubernetes and not to use in prod.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB and MongoExpress with kubernetes

This project aims to expose internal service of mongoDB to external clients like mongo-express using kubernets. we are using secrets to store mongo User names and passwords along and configMap to store the configrations of the internal service as they can used by multiple services in future.

image

This small project is just for reference and is not ment to be used in prod.

Commmanly used commands:

  • minikube start --vm=qemu
  • kubectl get all
  • kubectl apply -f <file-name>
  • kubectl get pod

Ref:

About

This repo is ment only for learning kubernetes and not to use in prod.