The Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines.
Tekton Pipelines are Cloud Native:
- Run on Kubernetes
- Have Kubernetes clusters as a first class type
- Use containers as their building blocks
Tekton Pipelines are Decoupled:
- One Pipeline can be used to deploy to any k8s cluster
- The Tasks which make up a Pipeline can easily be run in isolation
- Resources such as git repos can easily be swapped between runs
Tekton Pipelines are Typed:
- The concept of typed resources means that for a resource such as an
Image
, implementations can easily be swapped out (e.g. building with kaniko v.s. buildkit)
- Installing Tekton Pipelines
- Jump in with the tutorial!
- Take a look at our roadmap
Note that starting from the 0.30 release of Tekton, you need to have a cluster with Kubernetes version 1.20 or later.
See our API compatibility policy for info on the stability level of the API.
See our Deprecations table for features that have been deprecated and the earliest date they'll be removed.
In the move from v1alpha1 to v1beta1 several spec fields and Tekton CRDs were updated or removed .
For users migrating their Tasks and Pipelines from v1alpha1 to v1beta1, check out the spec changes and migration paths.
We are so excited to have you!
- See CONTRIBUTING.md for an overview of our processes
- See DEVELOPMENT.md for how to get started
- Deep dive into demystifying the inner workings (advanced reading material)
- Look at our good first issues and our help wanted issues