Skip to content

shazid98/mern-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#first run mongo deployment using following command. 

kubectl apply -f .\mongo-deploy.yml

#then run it's service 

kubectl.exe apply -f .\mongo-svc.yml

# After that run backend deployment with same as above command but make sure pointing to the right file. And rhen run service of that
# after this run client's deployment and then service and at last run nginx deployment and then it's service.

make sure you are providing right image names in every deployment. 

kubectl port-forward service/nginx 80:80

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published