In this blog post I will describe how to setup a simple CD pipeline using Knative pipeline. The pipeline takes a helm chart from a git repository and performs the following steps: it builds three docker images using Kaniko it pushes the built images to a private container registry it deploys the chart against a […]
Tag: ci/cd
Developing Knative pipelines on IBM Cloud.
I set myself an objective to contribute to open source in 2019 more than I did last year. Since I’ve been working with serverless technologies and I have years of experience with continuous integration and deployment, Knative looked like a good candidate. I started looking at setting up a simple CD pipeline for an helm […]