Tekton Pipelines
The foundation of Tekton that provides custom resources for defining CI/CD workflows as a series of steps, tasks, and pipelines.
Tekton Triggers
Event-based system that listens for external events and automatically starts pipeline executions in response.
Tekton Chains
Supply chain security framework that automatically captures and signs provenance information for all pipeline executions.
Tekton Hub Integration
Access to a catalog of reusable Tasks and Pipelines to accelerate development.
Tekton Results
Long-term storage and querying of pipeline execution history and logs.
Webhook Integration
Automatic pipeline triggering from Git repositories and container registries.
Connectors
Provides a unified interface for safely connecting to external tools and platforms. From standard protocols like git
and oci
, platform focused connectors, to custom connectors, the whole toolchain can be easily integrated in the DevOps workflow.
Connector Class
Creates a standard interface for customizing and expanding connector capabilities and supported tools without changing the existing connectors.
Connector CSI Driver
An unobtrusive way to use connectors in cloud native workloads, using the tools that you already know, changing only how the workload is configured.
Templated Deployment
Provide deployment templates for easily deploy tools including Gitlab, Harbor, SonarQube, and Nexus.
Custom YAML Deployment
Allow users to customize all parameters of tool deployment based on Helm charts' values file.