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
- Installation of Docker locally - https://www.docker.com/products/docker-desktop/
- Installation of minikube locally - https://minikube.sigs.k8s.io/docs/start/
- Recomended editor is VSCode
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
- Full Name : Chandur Dissanayake