This repository contains the configuration files for deploying a MongoDB instance on a Kubernetes cluster.
Before deploying MongoDB, ensure you have the following installed:
- Kubernetes cluster (Minikube or any other Kubernetes environment)
- Kubectl (Kubernetes command-line tool)
Start application
minikube start
minikube ip
(Use the ip and port to access on browser)
Get more info
kubectl get node
kubectl get pod
kubectl get svc
kubectl get all
Clean up
minikube stop