-
- Downloads
feat(kubernetes): complete Kubernetes setup for todo-app with Minikube
- Added Kubernetes deployment specs for `todo-app` and `mongodb` - Configured NodePort service for external access - Verified application functionality using `minikube service` - Enabled persistent storage for MongoDB using PersistentVolumeClaim - Removed unused `ingress.yml` file - Provided compatibility for ARM64 and Linux environments
parent
cd71134b
No related tags found
Showing
- docker-compose.yml 0 additions, 47 deletionsdocker-compose.yml
- mongodb-deployment.yml 44 additions, 0 deletionsmongodb-deployment.yml
- mongodb-service.yml 10 additions, 0 deletionsmongodb-service.yml
- nginx.conf 0 additions, 38 deletionsnginx.conf
- todo-app-deployment.yml 25 additions, 0 deletionstodo-app-deployment.yml
- todo-app-service.yml 11 additions, 0 deletionstodo-app-service.yml
Loading
Please register or sign in to comment