Kubeflow Pipelines on Tekton
Go to file
Tommy Li 9adc788bb4
Parameterize kubelet path for s3-csi manifests (#900)
2022-04-01 22:29:05 +00:00
.github Update kfp sdk dependency to 1.8.10+ (#868) 2022-03-04 18:06:59 +00:00
.tekton Update CI pipeline with new dependency flow (#721) 2021-08-30 23:09:03 -07:00
api Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
backend Patch kfp 1.8.1 new config (#872) 2022-03-09 20:24:11 +00:00
components Remove unsynced components (#840) 2022-01-31 18:08:32 +00:00
contrib KFP 1.5.0-rc.2 Rebase (#513) 2021-04-08 16:49:03 -07:00
docs KFP 1.7.0 Rebase (#713) 2021-08-30 15:02:25 -07:00
frontend Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
guides Add 1.2 release changes (#875) 2022-03-10 22:46:54 +00:00
hack KFP 1.7.0 Rebase (#713) 2021-08-30 15:02:25 -07:00
images Add Custom Task Docs and Usage (#588) 2021-05-24 13:15:08 -07:00
install Parameterize kubelet path for s3-csi manifests (#900) 2022-04-01 22:29:05 +00:00
manifests Parameterize kubelet path for s3-csi manifests (#900) 2022-04-01 22:29:05 +00:00
proxy KFP 1.7.0 Rebase (#713) 2021-08-30 15:02:25 -07:00
samples [test] Update mnist-e2e sample (#888) 2022-03-22 21:12:50 +00:00
scripts [test] replace the cache-server image (#848) 2022-02-10 18:04:16 +00:00
sdk fix(sdk) add tests for non-literal separator (#896) 2022-03-28 16:21:51 +00:00
tekton-catalog feat: New variable iterationNumberParam to track current item. (#898) 2022-04-01 22:22:05 +00:00
test Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
third_party Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
tools KFP 1.7.0 Rebase (#713) 2021-08-30 15:02:25 -07:00
v2 Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
.cloudbuild.yaml Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
.dockerignore KFP 1.7.0 Rebase (#713) 2021-08-30 15:02:25 -07:00
.gitattributes Import KFP backend kubeflow/pipelines (#192) 2020-06-22 21:09:43 -07:00
.gitignore Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
.kfp-rebase-version Update kfp sdk dependency to 1.8.10+ (#868) 2022-03-04 18:06:59 +00:00
.pylintrc KFP 1.3.0 Rebase (#423) 2021-01-19 13:43:59 -08:00
.readthedocs.yml KFP 1.7.0 Rebase (#713) 2021-08-30 15:02:25 -07:00
.release.cloudbuild.yaml Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
.style.yapf Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
.travis.yml Migrate Travis tests to Github Actions (#619) 2021-06-18 12:00:14 -07:00
CONTRIBUTING.md KFP 1.4.0 Rebase (#481) 2021-03-01 10:21:26 -08:00
LICENSE Initial commit 2019-10-23 13:33:02 -07:00
Makefile Add 1.2 release changes (#875) 2022-03-10 22:46:54 +00:00
OWNERS Add yhwang as approver (#893) 2022-03-26 05:22:14 +00:00
README.md Update kfp sdk dependency to 1.8.10+ (#868) 2022-03-04 18:06:59 +00:00
VERSION Add 1.2 release changes (#875) 2022-03-10 22:46:54 +00:00
go-licenses.yaml Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
go.mod Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
go.sum Kfp 1.8.0 api and frontend rebase (#862) 2022-03-03 00:58:28 +00:00
package-lock.json KFP 1.0 Rebase (#251) 2020-08-03 20:38:18 -07:00
package.json KFP 1.0 Rebase (#251) 2020-08-03 20:38:18 -07:00
requirements.txt KFP 1.7.0 Rebase (#713) 2021-08-30 15:02:25 -07:00

README.md

Kubeflow Pipelines on Tekton

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.

  • Create your Pipeline using Kubeflow Pipelines DSL, and compile it to Tekton YAML.
  • Upload the compiled Tekton YAML to KFP engine (API and UI), and run end to end with logging and artifacts tracking enabled.

For more details about the project please follow this detailed blog post. For latest information and supported offerings, please follow the Kubeflow Pipelines on Tekton 1.0 release blog. Additionally, look at these slides as well as this deep dive presentation for demos.

Note: If you are interested in a sister project built on top of Kubeflow Pipelines with Tekton, please try Machine Learning eXchange (MLX), Data and AI Assets Catalog and Execution Engine. It introduces a 'Component Registry' for Kubeflow Pipelines, amongst other things.

Architecture

We are currently using Kubeflow Pipelines 1.8.1 and Tekton >= 0.30.0 for this project.

kfp-tekton

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.

Get Started using Kubeflow Pipelines on Tekton

Install Kubeflow Pipelines with Tekton backend

KFP Tekton Pipelines User Guide

Use KFP Tekton SDK

Run Samples

Available KFP DSL Features

Tekton Specific Features

Development Guides

Backend Developer Guide

SDK Developer Guide

Compilation Tests Status Report

Design Guides

Design Doc

KFP, Argo and Tekton Features Comparison

Community

Kubeflow Slack

CD Foundation MLOps Sig.

Instructions to join

References

Kubeflow and TFX Pipelines

Kubeflow and TFX Pipelines talk at Tensorflow World