CSCI-GA-2820-SU24-001 / recommendations

NYU DevOps Recommendations Service Summer 2024
Apache License 2.0
2 stars 0 forks source link

Deploy Application to Kubernetes #43

Closed Dreamsofriver closed 1 month ago

Dreamsofriver commented 1 month ago
image
Dreamsofriver commented 1 month ago

As a Developer I need to deploy our application to a Kubernetes cluster So that it can be managed, scaled, and monitored effectively

Details and Assumptions:

The application should run in a Kubernetes cluster with proper configurations. Necessary configuration files include deployment.yaml, service.yaml, ingress.yaml, and postgres.yaml. Resource limits should be set for the containers to prevent resource starvation. Environment variables should be correctly configured to connect to the database. Appropriate error handling should be implemented to troubleshoot deployment issues.

Acceptance Criteria:

Given the application to be deployed on Kubernetes When the deployment configuration is applied Then the application should start successfully with all containers running without errors