Skip to main content

Prerequisites

Before installing Tekton Pipelines, ensure you have:
1

Kubernetes Cluster

A Kubernetes cluster running version 1.28 or later
2

kubectl CLI

The kubectl command-line tool installed and configured
3

Cluster Admin Privileges

Grant cluster-admin privileges to your current user. See the Kubernetes RBAC documentation for details
4

Metrics Server (Optional)

Install a Metrics Server if you need support for high availability use cases
If you want to test Tekton on your local machine, check out the local installation guide for options like Kind, Minikube, or Docker Desktop.

Install Tekton Pipelines

Latest Official Release

To install the latest stable version of Tekton Pipelines:
These quick start instructions are ideal for getting started with Tekton Pipelines but are not recommended for production use. For production deployments, use the Tekton Operator to install, upgrade, and manage Tekton projects.

Alternative Installation Options

Install the latest nightly build with cutting-edge features:

Verify Installation

Monitor the installation progress by watching the Tekton Pipelines pods:
When all components show 1/1 under the READY column, the installation is complete:
Press Ctrl + C to stop monitoring.
The tekton-pipelines namespace is automatically created during installation and contains all Tekton components.

Verify Installation with a Test Task

Create a simple test to confirm Tekton is working:
Check the TaskRun status:
You should see output similar to:

Additional Configuration

Tekton Pipelines supports extensive configuration options:

Alpha & Beta Features

Enable experimental features for early access to new capabilities

Execution Parameters

Customize timeouts, resource limits, and execution behavior

High Availability

Configure controller replicas and metrics for production deployments

Multi-Tenancy

Isolate pipelines across teams and projects (partial support)
See the additional configuration options documentation for detailed configuration guidance.

Multi-Tenant Considerations

Multi-tenant installation is only partially supported today. Review the multi-tenant support guide for current limitations and best practices.

Next Steps

Now that Tekton Pipelines is installed, you’re ready to start building:

Quick Start Tutorial

Create your first Task and Pipeline in minutes

Explore Examples

Browse real-world examples and patterns