A sample Node.js app with MongoDB to demonstrate deployments on Kubernetes
- Docker 🐋
- kubectl (Kubernetes Cluster access) / Minikube (local)
docker build -t nodeapp:1.0 .
kubectl apply -f .\deploy\
kubectl get services
kubectl delete -f .\deploy\
- Your docker image tag must match with the nodeapp image inside
.\deploy\nodeapp.yml
- kubectl (Kubernetes Cluster access) / Minikube (local)
- Zulkafil Tabish