Tekton Installation
Explore the installation process of Tekton Pipelines, Triggers, and the Tekton Dashboard on a Kubernetes cluster. Understand how to monitor these components to ensure they are running correctly, and configure access to the Dashboard for managing your CI/CD environment effectively.
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.shfile to install Tekton Pipelines and its dependencies. -
Use the second command given in the
1_installTekton.shfile to monitor the installation. Monitor it until all the components show aRunningstatus, and then press “CTRL+C” (or “control + C” on macOS) to stop monitoring.
The result of the command should look like this:
NAME READY ...