# Tasks

### Overview

Tasks are a fundamental unit of the Ozone's CI/CD workflow; which is based on the Tekton Framework by Google. Tasks are comprised of steps & tasks run as pods in any kubernetes cluster.

For an in-depth description of tasks, please check the [official documentation of tekton](https://tekton.dev/docs/concepts/#concept-model) out

{% hint style="info" %}
Tekton tasks run in a cloud native fashion as pods, making them cloud agnostic and portable. In addition, steps are created as containers within a pod; thus enabling them share access to the same volumes for I/O

**Tasks are templates. An instance of their execution is represented by the TaskRun object**
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ozone.one/ozone-end-user-guide/faq/tasks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
