Tekton Triggers is a Kubernetes Custom Resource Definition (CRD) controller that allows you to create Kubernetes resources based on information it extracts from event payloads.
Tekton Triggers originates from the implementation of this design (visible to members of the Tekton mailing list).
- Background
- Getting Started
- Want to contribute?
- Project roadmap
- Discover our releases
Tekton is a Kubernetes-native continuous integration and delivery (CI/CD) framework that allows you to create containerized, composable, and configurable workloads declaratively through Kubernetes CRDs. When integrated with Tekton Triggers, Tekton allows you to easily create fully fledged CI/CD systems in which you define all mechanics exclusively using Kubernetes resources.
To learn more, see the Tekton Triggers Overview.
To get started with Tekton Triggers, see the latest version of our docs:
- Overview of Tekton Triggers
- Setting Up Tekton Triggers
- Getting Started with Tekton Triggers
- Tekton Triggers code examples
The "Getting Started with Tekton Triggers" guide walks you through setting up an end-to-end image building solution triggered via GitHub's push
events.
Version specific links are available in the releases page and on the Tekton website.
Hooray!
- See CONTRIBUTING.md for an overview of our processes.
- See DEVELOPMENT.md to get started.
- Look at our good first issues and our help wanted issues to help improve Tekton Triggers.