Continuous Integration and Continuous Deployment (CI/CD) with Tekton on Kubernetes

CI/CD provides solutions to common problems found when trying to introduce new code to a production system in a controlled and uniform manner.

Recent articles

Feature image for Red Hat OpenShift
Article
Dec 16, 2024

Introducing Builds for OpenShift 1.2

Siamak Sadeghianfar

Discover new features in Builds for OpenShift 1.2, which is now generally...

Featured image for Red Hat Enterprise Linux.
Article
Dec 11, 2024

How to create CI/CD pipelines for image mode for RHEL

Valentin Rothberg +3

Learn how to set up CI/CD pipelines for automating the build process when...

OpenShift + Pipelines 2
Article
Dec 09, 2024

Log retention and pruning in OpenShift Pipelines

Samy Zemmouri

Learn how to prune PipelineRun and TaskRun at both the cluster and...

Featured image for Red Hat Ansible Automation Platform
Article
Dec 05, 2024

Our top Ansible automation articles of 2024

Colleen Lobner

Take a look at our most popular posts on Ansible automation from the past...

Plumbing Kubernetes builds | deploy with Tekton

Kubernetes matured enough to be the favorite application orchestration platform, but it still missed one crucial feature of in-cluster build of the applications. The missing feature made the continuous integration and delivery less effective. The market had various solutions to solve the problem, but 99% of the solutions missed something — “being Kubernetes native.”

How to use the VS Code Tekton Pipelines extension

The Tekton Pipelines extension offers all of the same functionality as the Tekton CLI tool as well as a pipeline view.

This not only allows developers to visualize pipeline deployments they’re developing
but also allows for intuitive interaction with pipeline resources.

Vscode