To get started with Tekton and learn how to create and run a simple pipeline for building and deploying containerized app on Kubernetes/OpenShift, you can follow one of these tutorials:
-
TektonHub Integration:
-
Install Task from TektonHub as ClusterTask:
-
Start Pipeline:
-
Pipeline with Workspace:
-
Create new PVC:
Note: This is experimental feature, you need to enable it in VSCode Setting Preferences
To use the extension, developers can deploy Tekton Pipelines into Red Hat OpenShift Local or a minikube
instance.
- Red Hat OpenShift Local is the quickest way to get started building OpenShift clusters. It is designed to run on a local computer to simplify setup and testing, and to emulate the cloud development environment locally with all of the tools needed to develop container-based applications. Follow this documentation to get it up and running. After cluster is started follow these steps to deploy OpenShift Pipelines into an OpenShift cluster.
- For detailed analysis of how to setup Tekton Pipelines into minikube instance, please follow the instructions/tutorial.