This repository contains the Kubernetes manifests for deploying MongoDB and Mongo Express applications. Additionally, it includes instructions for setting up the NGINX Ingress controller to access the Mongo Express dashboard.
- Kubernetes cluster
kubectl
command-line tool
To access the Mongo Express dashboard, you need to set up the NGINX Ingress controller in your Kubernetes cluster.
Run the following command to deploy the NGINX Ingress controller:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/cloud/deploy.yaml