Machine Learning Pipelines for Kubeflow
Go to file
Yuan Gong ecad2e3cbc chore(release): fix release script 2021-02-26 13:45:25 +08:00
.github chore: set npm rangeStrategy in separate rule (#5075) 2021-02-01 22:35:35 -08:00
api chore(backend): clean up backend code generation (#5116) 2021-02-09 07:10:57 -08:00
backend chore(release): bumped version to 1.4.1 2021-02-25 23:50:18 +00:00
components chore(release): bumped version to 1.4.1 2021-02-25 23:50:18 +00:00
contrib fix(sample): Fix syntax error in openvino sample component (#4181) 2020-07-10 15:49:21 -07:00
docs [Doc] update docs that still refer to KFP latest SDK reference (#4845) 2020-12-02 20:02:59 -08:00
frontend fix(samples): remove TFX iris example. Part of #5137 (#5189) 2021-02-25 19:34:04 +08:00
hack chore(release): change all release scripts to run in docker (#5195) 2021-02-26 13:14:08 +08:00
manifests chore(release): bumped version to 1.4.1 2021-02-25 23:50:18 +00:00
proxy fix: upgrade some images to reduce vulnerabilities (#5065) 2021-02-01 10:23:02 -08:00
samples chore(release): bumped version to 1.4.1 2021-02-25 23:50:18 +00:00
sdk chore(release): bumped version to 1.4.1 2021-02-25 23:50:18 +00:00
test chore(release): fix release script 2021-02-26 13:45:25 +08:00
third_party WIP: KFP v2 POC (#5092) 2021-02-08 10:18:33 -08:00
tools chore(backend): clean up backend code generation (#5116) 2021-02-09 07:10:57 -08:00
.cloudbuild.yaml chore(components): Delete deprecated dataproc components (#5045) 2021-01-28 00:16:01 -08:00
.dockerignore Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
.gitattributes Support filtering on storage state (#629) 2019-01-11 11:01:01 -08:00
.gitignore feat(sdk): added pipeline name option to kfp run submit (#4535) 2020-11-03 04:54:15 -08:00
.pylintrc fix(sdk): Fixes #4703: conflict between .pylintrc and .yapf (#4706) 2020-11-01 14:34:51 -08:00
.readthedocs.yml chore: Clean up KFP SDK docstrings, make formatting a little more consistent (#4218) 2020-08-04 00:33:47 +08:00
.release.cloudbuild.yaml chore(components): Delete deprecated dataproc components (#5045) 2021-01-28 00:16:01 -08:00
.style.yapf Simplified the style config (#4002) 2020-06-17 00:28:48 -07:00
CHANGELOG.md chore(release): bumped version to 1.4.1 2021-02-25 23:50:18 +00:00
CONTRIBUTING.md chore: Update Development guide for KFP frontend: link to KFP cluster deployment (#5011) 2021-02-02 07:58:43 -08:00
LICENSE Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
OWNERS chore: update root reviewers (#4797) 2020-11-20 18:37:33 -08:00
README.md Add references for Tekton backend (#4821) 2021-02-10 08:08:57 -08:00
RELEASE.md chore(release): change all release scripts to run in docker (#5195) 2021-02-26 13:14:08 +08:00
ROADMAP.md ROADMAP.md cosmetic changes (#846) 2019-02-22 15:03:45 -08:00
VERSION chore(release): bumped version to 1.4.1 2021-02-25 23:50:18 +00:00
developer_guide.md fix(backend): remove Bazel from building the API. Part of #3250 (#4906) 2021-02-25 19:31:01 +08:00
go.mod fix(backend): remove Bazel from building the API. Part of #3250 (#4906) 2021-02-25 19:31:01 +08:00
go.sum fix(backend): remove Bazel from building the API. Part of #3250 (#4906) 2021-02-25 19:31:01 +08:00
package-lock.json chore(release): set up conventional commit changelog tool. Part of #3920 (#4033) 2020-06-23 03:51:40 -07:00
package.json chore(release): set up conventional commit changelog tool. Part of #3920 (#4033) 2020-06-23 03:51:40 -07:00
release-status-check.png docs(release): update RELEASE.md (#4832) 2020-11-29 23:30:50 -08:00
retry-release-on-tag.png chore(doc): update release doc with caveats on `release-on-tag` retry (#4917) 2021-02-01 02:22:02 -08:00
verify-retry-the-right-build.png chore(doc): update release doc with caveats on `release-on-tag` retry (#4917) 2021-02-01 02:22:02 -08:00

README.md

Coverage Status SDK: Documentation Status

Overview of the Kubeflow pipelines service

Kubeflow is a machine learning (ML) toolkit that is dedicated to making deployments of ML workflows on Kubernetes simple, portable, and scalable.

Kubeflow pipelines are reusable end-to-end ML workflows built using the Kubeflow Pipelines SDK.

The Kubeflow pipelines service has the following goals:

  • End to end orchestration: enabling and simplifying the orchestration of end to end machine learning pipelines
  • Easy experimentation: making it easy for you to try numerous ideas and techniques, and manage your various trials/experiments.
  • Easy re-use: enabling you to re-use components and pipelines to quickly cobble together end to end solutions, without having to re-build each time.

Documentation

Install Kubeflow Pipelines from an overview of several options.

Get started with your first pipeline and read further information in the Kubeflow Pipelines overview.

See the various ways you can use the Kubeflow Pipelines SDK.

See the Kubeflow Pipelines API doc for API specification.

Consult the Python SDK reference docs when writing pipelines using the Python SDK.

Refer to the versioning policy and feature stages documentation for more information about how we manage versions and feature stages (such as Alpha, Beta, and Stable).

Contributing to Kubeflow Pipelines

Before you start contributing to Kubeflow Pipelines, read the guidelines in How to Contribute. To learn how to build and deploy Kubeflow Pipelines from source code, read the developer guide.

Kubeflow Pipelines Community Meeting

The meeting is happening every other Wed 10-11AM (PST) Calendar Invite or Join Meeting Directly

Meeting notes

Kubeflow Pipelines Slack Channel

#kubeflow-pipelines

Blog posts

Acknowledgments

Kubeflow pipelines uses Argo by default under the hood to orchestrate Kubernetes resources. The Argo community has been very supportive and we are very grateful. Additionally there is Tekton backend available as well. To access it, please refer to Kubeflow Pipelines with Tekton repository.