Skip to content

This project is a deploying a MongoDB instance on a Kubernetes cluster.

License

Notifications You must be signed in to change notification settings

binhvu3/k8s-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB Kubernetes Deployment

This repository contains the configuration files for deploying a MongoDB instance on a Kubernetes cluster.

Prerequisites

Before deploying MongoDB, ensure you have the following installed:

  • Kubernetes cluster (Minikube or any other Kubernetes environment)
  • Kubectl (Kubernetes command-line tool)

Usage

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

TechWorld with Nana - Kubernetes Crash Course

About

This project is a deploying a MongoDB instance on a Kubernetes cluster.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published