Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.03 KB

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