CSCI-GA-2820-SU23-001 / orders

NYU DevOps Orders Service Summer 2023
Apache License 2.0
2 stars 1 forks source link

Preparation for K8S deployment: namespaces & metafiles #88

Closed un-poco closed 1 year ago

un-poco commented 1 year ago

As a developer, I want to create a development namespace and a production namespace in our Kubernetes cluster. Additionally, I need to create the necessary Kubernetes metadata files for deploying our application. This will allow us to deploy different versions of the service in separate namespaces and provide the required instructions to Kubernetes for deployment.

Acceptance Criteria: