...

/

EventListener and RBAC Configuration

EventListener and RBAC Configuration

Learn about EventListener and how RBAC for Tekton Triggers may be configured.

We learned how to create a CI/CD pipeline using Tasks and Pipeline entities in Tekton. However, we had to trigger the execution of the pipeline manually. In an ideal world, we want to automate the release of our software, thereby executing a pipeline in response to code changes or other changes in our software components. We can achieve this ideal scenario using Tekton Triggers.

Tekton Triggers is a Tekton component that allows us to detect events coming from various sources and extract information from them. Based on that information, it will instantiate and execute the necessary TaskRuns and ...