Update z1/README.md

This commit is contained in:
Somangsu Mukherjee 2026-04-20 21:43:33 +00:00
parent e1990c8674
commit e61ea0b168

View File

@ -96,7 +96,6 @@ Uses StatefulSet for stable identity and storage
**Prepare Application:**
To prepare the application, the backend image must be built using:
```bash
docker build -t docker-app-backend ./backend
**Start Application:**
@ -116,6 +115,8 @@ Deleting the namespace removes all resources completely:
kubectl delete namespace myapp
---
**7. Accessing the Application**
Backend API can be accessed at:
@ -123,6 +124,8 @@ http://localhost:30007
Frontend can be accessed by opening:
frontend/index.html
---
**8. Used Resources**
Kubernetes official documentation
@ -130,6 +133,8 @@ Docker documentation
Node.js documentation
PostgreSQL documentation
9. Use of Artificial Intelligence
---
**9. Use of Artificial Intelligence**
Artificial intelligence tools were used as a support tool during development for understanding Kubernetes concepts and debugging deployment issues. Some configuration problems were resolved with AI assistance. All implementation, testing, and integration were performed independently.