Red Hat Openshift Developer EX288 Practice Exam

Session length

1 / 20

In Tekton, which component executes the defined Tasks to perform the build and deploy steps?

Pipeline

PipelineResource

PipelineRun

In Tekton, a PipelineRun is the runtime instance that drives the work defined in a Pipeline. A Pipeline groups together Tasks, each Task describing the steps to perform, while a PipelineRun creates and coordinates the execution of those Tasks. When a PipelineRun starts, Tekton creates TaskRun resources for each Task in the Pipeline and runs them in the required order or in parallel as defined. This orchestration is what actually carries out the build and deploy steps. The Task itself defines what to do, but it’s the PipelineRun that executes those Tasks by launching and coordinating their TaskRuns.

Task

Next Question
Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy