Installing And Setting Up Your First Tekton Pipeline
Install Tekton on Kubernetes, define pipelines & tasks with YAML files, and pass parameters using tkn CLI.
In this article, we are going to have an initial technical view of how to install Tekton and set up your first pipeline, diving deep into every detail. Remember that this is not our first article about Tekton. If you want to learn how it works internally, there is an article by Kirill Shirinkin called "What is Tekton", so I recommend you first read this article and then come back here. Let's start with Tekton, our powerful Kubernetes-native tool for building CI/CD systems. First, we are going to install Tekton on our Kubernetes cluster. kubectl apply --filename https://storage.googleapis.com/...