lab-agile-zenhub
lab-agile-zenhub copied to clipboard
Set up a DevOps Pipeline for continuous deployment into IBM Cloud Kubernetes (IKS)
As a Developer I need to automate the continuous deployment of my service So that I don't have to waste time deploying it manually
Assumptions
- We will use the IBM Continuous Delivery Services in IBM Cloud
- We can connected Continuous Delivery Service to our GitHub repo
- When we push to
mastera new build will deploy into Kubernetes
Acceptance Criteria
When I `git push origin master`
And I go to the IBM Continuous Delivery Services web page
Then I should see the application bas been deploy to Kubernetes