This document helps new users quickly understand and install the Tekton Operator, enabling management of Tekton components in a Kubernetes cluster.
This guide is suitable for users who need to deploy and manage Tekton Pipeline, Triggers, or other Tekton components on a Kubernetes cluster. Tekton Operator simplifies the installation, upgrade, and management of these components.
10-15 minutes
Number | Operational Steps | Description |
---|---|---|
1 | Install Tekton Operator | Deploy the Tekton Operator in your Kubernetes cluster |
2 | Verify Operator Installation | Confirm that the Tekton Operator is running correctly |
3 | Install Tekton Components | Use the Operator to install Tekton Pipeline, Triggers |
4 | Verify Component Installation | Check that the Tekton components are properly installed and running |
The Tekton Operator allows you to install, upgrade, and manage Tekton Pipeline, and Triggers components in your Kubernetes cluster.
Open the Operator Hub in Marketplace of Platform Management
Search for "Alauda DevOps Pipelines" and click "Install"
Select the namespace to install the Operator, e.g. tekton-operator
After installation, you can see the Operator in the tekton-operator
namespace
After installing the Tekton Operator, you should verify that it's running properly before proceeding.
The Tekton Operator uses custom resources to manage Tekton components. By default, the Operator will install Pipeline, Triggers, Chains, and Hub automatically. You can install Results, Pipelines-as-Code by creating these custom resources.
After installing the Tekton components, you should verify that they are running properly.
The results should be similar to the following:
The results should be similar to the following:
After completing all steps, you should have:
tekton-operator
namespacetekton-pipelines
namespaceNow that you have successfully installed the Tekton Operator and components, you can: