Tekton Installation
Learn to set up Tekton, Tekton Triggers, and the Tekton Dashboard.
We'll cover the following
Tekton Pipelines
In this lesson, we’ll work with Tekton Pipelines, Triggers, and Dashboard. To install Tekton Pipelines on our Kubernetes cluster, follow these steps:
-
Use the first command given in the
1_installTekton.sh
file to install Tekton Pipelines and its dependencies. -
Use the second command given in the
1_installTekton.sh
file to monitor the installation. Monitor it until all the components show aRunning
status, and then press “CTRL+C” (or “control + C” on macOS) to stop monitoring.
The result of the command should look like this:
NAME READY STATUS RESTARTS AGE
tekton-pipelines-controller-76 1/1 Running 0 25s
tekton-pipelines-webhook-fc 1/1 Running 0 25s
We’ve successfully installed Tekton Pipelines on our Kubernetes cluster. Next, we need to install Tekton Triggers.
Tekton Triggers
Follow the instructions below to install it:
-
Use the first two commands given in the
2_tektonTriggers.sh
file to install Tekton Triggers and its dependencies. -
Use the third command given in the
2_tektonTriggers.sh
file to monitor the installation. When all the components of Tekton Triggers report aRunning
status, press “CTRL+C” (or “control + C” on macOS) to stop monitoring.
Get hands-on with 1400+ tech skills courses.