Project bringing Kubeflow Pipelines and Tekton together. The project is driven according to this design doc. The current code allows you run Kubeflow Pipelines with Tekton backend end to end.
For more details about the project please follow this detailed blog post . For the latest KFP-Tekton V2 implementation and supported offerings, please follow our latest Kubecon Talk and slides. For information on the KFP-Tekton V1 implementation, look at these slides as well as this deep dive presentation for demos.
We are currently using Kubeflow Pipelines 1.8.4 and Tekton >= 0.53.2 in the master branch for this project.
For Kubeflow Pipelines 2.0.5 and Tekton >= 0.53.2 integration, please check out the kfp-tekton v2-integration branch and KFP-Tekton V2 deployment instead.
Kubeflow Pipelines is a platform for building and deploying portable, scalable machine learning (ML) workflows. More architectural details about the Kubeflow Pipelines can be found on the Kubeflow website.
The Tekton Pipelines project provides Kubernetes-style resources for declaring CI/CD-style pipelines. Tekton introduces several Custom Resource Definitions(CRDs) including Task, Pipeline, TaskRun, and PipelineRun. A PipelineRun represents a single running instance of a Pipeline and is responsible for creating a Pod for each of its Tasks and as many containers within each Pod as it has Steps. Please look for more details in the Tekton repo.
Install Kubeflow Pipelines with Tekton backend
KFP Tekton Pipelines User Guide
Compilation Tests Status Report
KFP, Argo and Tekton Features Comparison