Open cdaid opened 1 year ago
As a developer I need create Kubernetes metadata files So that Kubernetes will know how to deploy the application
Need to create the necessary Kubernetes metadata files for deployment: deployment.yaml, service.yaml, secrets.yaml, postgres.yaml, pod.yaml (slide 57)
Given an application When ready for deployment Then Kubernetes deploys application given provided metadata files.
pending secrets.yaml
As a developer I need create Kubernetes metadata files So that Kubernetes will know how to deploy the application
Details and Assumptions
Need to create the necessary Kubernetes metadata files for deployment: deployment.yaml, service.yaml, secrets.yaml, postgres.yaml, pod.yaml (slide 57)
Acceptance Criteria