Tekton is a set of shared components for building continuous integration and continuous delivery (CI/CD) systems, managed by the open source Continuous Delivery Foundation (CDF). Tekton enables developers build, test and deploy apps to Kubernetes using an open source, vendor neutral, Kubernetes-native framework.
The goal is to modernize continuous delivery by providing industry specifications for pipelines, workflows, and other building blocks. Tekton lets you build, test, and deploy across multiple cloud providers or on-premises systems by abstracting the underlying implementation details.
Simply put, the Tekton Pipelines project provides Kubernetes-style resources for declaring CI/CD-style pipelines. These resources are naturally described in yaml and stored in a code repository. This pipeline-as-code approach provides the benefits of versioning and source control.
Tekton provides a set of Custom Resource extensions to Kubernetes that define pipelines and related concepts. The following are the basic Tekton Pipeline building blocks:
Apart from being Kubernetes-native, a Tekton pipeline can be used to deploy to any environment (Kubernetes cluster, Cloud Foundry, virtual machines (VMs), etc.) and pipeline tasks are run securely in isolation, together providing the ability to flexibly meet the needs of modern continuous delivery.
For a closer look, see our video, “What is Tekton?”:
The Continuous Delivery Foundation (CDF) serves as the vendor-neutral home of many of the fastest-growing projects for continuous delivery, including Jenkins, Jenkins X, Spinnaker, and Tekton. CDF supports DevOps practitioners with an open model, training, industry guidelines, and a portability focus.
IBM is a premier sponsor of the CDF and is actively participating in this community and its ecosystem to help shape the future of CI/CD. Our participation in this foundation ensures that we can offer our customers leading-edge, cloud native solutions that deliver high-quality applications with speed.