All Projects → kubeflow → Kfp Tekton

kubeflow / Kfp Tekton

Licence: apache-2.0
Kubeflow Pipelines with Tekton backend.

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
dsl
153 projects

Projects that are alternatives of or similar to Kfp Tekton

Generator Jhipster Micronaut
Stars: ✭ 63 (+0%)
Mutual labels:  hacktoberfest
Hack Day
An event organised by GNU/Linux Users' Group, NIT Durgapur. Visit
Stars: ✭ 64 (+1.59%)
Mutual labels:  hacktoberfest
Js Base Course
Базовый курс JS
Stars: ✭ 64 (+1.59%)
Mutual labels:  hacktoberfest
Nmstate
Nmstate is a library with an accompanying command line tool that manages host networking settings in a declarative manner.
Stars: ✭ 63 (+0%)
Mutual labels:  hacktoberfest
Chef Vault
chef-vault cookbook
Stars: ✭ 63 (+0%)
Mutual labels:  hacktoberfest
Dev Practice
Practice your skills with these ideas.
Stars: ✭ 1,127 (+1688.89%)
Mutual labels:  hacktoberfest
Joga no google
Um repositório para reunir dicas de como buscar problemas no google de maneira mais eficiente
Stars: ✭ 64 (+1.59%)
Mutual labels:  hacktoberfest
Backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python.
Stars: ✭ 1,124 (+1684.13%)
Mutual labels:  hacktoberfest
Terraform Security Scan
Run a security scan on your terraform with the very nice https://github.com/liamg/tfsec
Stars: ✭ 64 (+1.59%)
Mutual labels:  hacktoberfest
Vbiosfinder
Extract embedded VBIOS from (almost) any BIOS Update
Stars: ✭ 64 (+1.59%)
Mutual labels:  hacktoberfest
Teammates
This is the project website for the TEAMMATES feedback management tool for education
Stars: ✭ 1,121 (+1679.37%)
Mutual labels:  hacktoberfest
Vagrant Sakura
Use Vagrant to manage Sakura Cloud instances.
Stars: ✭ 63 (+0%)
Mutual labels:  hacktoberfest
Wfinfo
💻 A fissure Companion App for Warframe
Stars: ✭ 64 (+1.59%)
Mutual labels:  hacktoberfest
Quill Delta Parser
A PHP library to parse and render Quill WYSIWYG Deltas into HTML - Flexibel and extendible for custom elements.
Stars: ✭ 63 (+0%)
Mutual labels:  hacktoberfest
Validator
Validation provider for adonis framework it makes use of indicative under the hood
Stars: ✭ 64 (+1.59%)
Mutual labels:  hacktoberfest
Petnet Feeder Service
The Petnet v2 feeder has been hacked!
Stars: ✭ 63 (+0%)
Mutual labels:  hacktoberfest
Hacktoberfest2019
A repository to contribute to Hacktoberfest 2019
Stars: ✭ 64 (+1.59%)
Mutual labels:  hacktoberfest
Plugin Hub
External plugins for RuneLite
Stars: ✭ 65 (+3.17%)
Mutual labels:  hacktoberfest
Wsend
wsend: The opposite of wget
Stars: ✭ 64 (+1.59%)
Mutual labels:  hacktoberfest
Class Logger
Boilerplate-free decorator-based class logging
Stars: ✭ 64 (+1.59%)
Mutual labels:  hacktoberfest

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 please follow this detailed blog post. Additionally look at these slides and the deep dive presentation for demos.

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.4.0 and Tekton >= 0.21.0 for this project.

kfp-tekton

Get Started using Kubeflow Pipelines with Tekton

Install Kubeflow Pipelines with Tekton backend

KFP Tekton Pipelines User Guide

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].