jppgks / kfp-tekton

Kubeflow Pipeline with Tekton backend. Enables SDK functionalities (Compile, Upload, Launch) and KFP UI with execution and artifact tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubeflow Pipelines with 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, including demos, please look at these slides and the deep dive presentation.

Tekton

The Tekton Pipelines project provides Kubernetes-style resources for declaring CI/CD-style pipelines. Tekton introduces several new 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 Tekton repo.

Kubeflow Pipeline with Tekton Backend

We are currently using Kubeflow Pipelines 1.0.0 and Tekton >= 0.14.0 for this project.

kfp-tekton

Get Started using Kubeflow Pipelines with Tekton

Install Kubeflow Pipelines with Tekton backend

Use KFP Tekton SDK

Run Samples

Available KFP DSL 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

About

Kubeflow Pipeline with Tekton backend. Enables SDK functionalities (Compile, Upload, Launch) and KFP UI with execution and artifact tracking

License:Apache License 2.0


Languages

Language:Python 32.0%Language:TypeScript 31.4%Language:Go 24.9%Language:Shell 4.2%Language:Jupyter Notebook 3.3%Language:Starlark 1.4%Language:Dockerfile 0.9%Language:HTML 0.5%Language:JavaScript 0.5%Language:Makefile 0.3%Language:Scala 0.2%Language:Smarty 0.1%Language:PowerShell 0.1%