Pricing

Cloud-native CI/CD on Red Hat OpenShift

Published May 10, 20221-minute read
Copy URL

What is CI/CD?

CI/CD introduces automation into app development, allowing organizations to frequently deliver apps to customers. CI/CD incorporates the concepts of continuous integration, continuous delivery, and continuous deployment.

Red Hat® OpenShift® allows organizations to employ CI/CD to automate the build, test, and deployment stages of applications across on-premises and public cloud platforms.

What is a pipeline and what does it have to do with CI/CD?

A pipeline is a process that drives software development through a path of building, testing, and deploying code. By automating the process, the objective is to minimize human error and maintain a consistent process for how software is released. Tools that are included in the pipeline could include compiling code, unit tests, code analysis, security, and binaries creation. For containerized environments, this pipeline would also include packaging the code into a container image to be deployed across a hybrid cloud.

CI/CD is the backbone of a DevOps methodology, bringing Developers and IT Operations teams together to deploy software. As custom applications become key to how companies differentiate, the rate at which code can be released has become a competitive differentiator.

Red Hat resources

What is Tekton?

Tekton is an open source project that provides a framework to create cloud-native CI/CD pipelines quickly. As a Kubernetes-native framework, Tekton makes it easier to deploy across multiple cloud providers or hybrid environments. By leveraging the Custom Resource Definitions (CRDs) in Kubernetes, Tekton uses the Kubernetes control plane to run pipeline tasks. By using standard industry specifications, Tekton will work well with existing CI/CD tools such as Jenkins, Jenkins X, Skaffold, Knative, and now Red Hat OpenShift.

What is Red Hat OpenShift Pipelines?

Red Hat OpenShift Pipelines is a Kubernetes-native CI/CD solution based on Tekton. It builds on Tekton to provide a CI/CD experience through tight integration with Red Hat OpenShift and Red Hat developer tools. Red Hat OpenShift Pipelines is designed to run each step of the CI/CD pipeline in its own container, allowing each step to scale independently to meet the demands of the pipeline.

Red Hat OpenShift Pipelines Features

Kubernetes-native Pipelines

Use standard Tekton CRDs to define pipelines that run as containers and scale on-demand.

Runs serverless

Full control over team’s delivery pipelines, plugins and access control with no central CI/CD server to manage.

Integrated CI/CD experience

A streamlined user experience through the OpenShift Console developer perspective, CLIs, and IDEs.

[フレーム]

Hub

The official Red Hat blog

Get the latest information about our ecosystem of customers, partners, and communities.

All Red Hat product trials

Our no-cost product trials help you gain hands-on experience, prepare for a certification, or assess if a product is right for your organization.

Keep reading

What makes Red Hat OpenShift the right choice for SAP?

Accelerate intelligent data with enterprise level service from both Red Hat and SAP.

What is high availability?

High availability determines if a system is meeting its operational performance level, is available almost 100% of the time, and is performant for an established time period.

What is GitOps?

GitOps is a set of practices to manage infrastructure and application configurations using Git as a single source of truth for declarative infrastructure.

Red Hat OpenShift Container Platform resources