Isolated CI/CD Pipelines With OpenShift Sandboxed Containers

OpenShift Pipelines based on Tekton provides a Kubernetes-native CI/CD framework to design and run your pipelines. You do not need a separate CI/CD server to manage or maintain.

An important aspect of OpenShift Pipelines is that each step of the CI/CD pipeline runs in its own container thereby allowing each step to be customized as required.

A typical CI/CD pipeline is a set of tasks, and each task is a set of steps. Further, a task is run as a Kubernetes Pod, and each step of the task is a separate container in the Pod.

Learn more: https://cloud.redhat.com/blog/isolated-ci/cd-pipelines-with-openshift-sandboxed-containers

Author avatar
cloudstrata-root
https://cloudstrata.io