Skip to content

Demo web application with MongoDB integrated with Kubernetes

Notifications You must be signed in to change notification settings

chabbax/k8s-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-demo-app ✨

demo-architecture

Project Overview Demo web application with some CRUD operations and MongoDB integrated with Kubernetes Docker Hub image : https://hub.docker.com/repository/docker/chabba/k8s-demo-app

Prerequisites ✅


Getting Started - Installation 💻

minikube start --driver docker    or    minikube start
minikube status
kubectl get node
kubectl apply -f mongo-config.yaml   
kubectl apply -f mongo-secret.yaml    
kubectl apply -f mongo.yaml 
kubectl apply -f webapp.yaml      
kubectl get all
kubectl get node -o wide
kubectl port-forward service/webapp-service 7080:3000

Author

  • Full Name : Chandur Dissanayake

About

Demo web application with MongoDB integrated with Kubernetes

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published