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

Article Featured image for Red Hat OpenShift AI.

Learn how to scale machine learning operations (MLOps) with an assembly line...

Article 4 reasons you’ll love using Red Hat OpenShift Data Science

Discover a declarative, policy-driven approach to solve the challenges of...

Article Featured image for Red Hat Developer Hub.

Set up an end-to-end CI/CD workflow by integrating Azure DevOps with Red Hat...

Article System design and architecture
Aug 21, 2025
Tullio Sebastiani

Discover how krknctl simplifies chaos engineering and empowers users to...

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.”

View slides

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.

BLOG: How to Use It Install
Vscode