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.

Coding shared image
Article
Nov 14, 2024

Testing Farm as GitHub Action: User stories

Petr Hracek +1

Learn how to configure Testing Farm as a GitHub Action and avoid the work of...

Featured image for Red Hat Enterprise Linux.
Article
Nov 13, 2024

Red Hat Enterprise Linux 9.5: What are the top features for developers?

Nikhil Mungale

Find out what's new in Red Hat Enterprise Linux (RHEL) 9.5, including...

Kubernetes + OpenShift featured image
Article
Oct 28, 2024

Ephemeral OpenShift clusters in Konflux CI using the Cluster-as-a-Service operator

Alex Misstear +1

When it comes to testing, many of Red Hat's development teams require...

Containers podman learning path feature image
Article
Oct 01, 2024

Build container images in OpenShift using Podman as a GitLab runner

Ajay Kanse

Learn how to set up a Podman container to run on OpenShift and integrate it...

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

Videos, blogs and articles