tekton
Tekton is an open-source framework for building continuous integration and continuous delivery (CI/CD) systems on Kubernetes. It provides a set of Kubernetes Custom Resource Definitions (CRDs) that encode the steps, workflows, and inputs needed to build, test, and deploy software. Tekton is designed to be Kubernetes-native, extensible, and declarative, enabling pipelines to run anywhere a Kubernetes cluster is available.
Tekton is developed under the Continuous Delivery Foundation (CDF), part of the Linux Foundation, and aims to
Core concepts in Tekton include Tasks, TaskRuns, Pipelines, and PipelineRuns. A Task defines a single unit of
Tekton operates via controllers within a Kubernetes cluster that reconcile CRDs and run work in Pods. It
Tekton is widely used to implement Kubernetes-native CI/CD pipelines, offering interoperability, portability, and a modular approach