Valli2712 / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Create a CD Pipeline to Automate Deployment to Kubernetes #19

Open Valli2712 opened 1 year ago

Valli2712 commented 1 year ago

As a developer I need to create a CD pipeline to automate deployment to Kubernetes So that developers aren't wasting their time doing it manually

Assumptions Use Tekton to define the pipeline It should clone, lint, test, build, and deploy the service Deployment should be to OpenShift It can use a manual trigger for this MVP

Acceptance Criteria Given the CD pipeline has been created When I trigger the pipeline run Then I should see the accounts service deployed to Openshift

Valli2712 commented 1 year ago

As a developer I need to create a CD pipeline to automate deployment to Kubernetes So that the developers are not wasting their time doing it manually

Assumptions

Acceptance Criteria

Given the CD pipeline has been created When I trigger the pipeline run Then I should see the accounts service deployed to OpenShift