Machine Learning Pipelines for Kubeflow
Go to file
Niklas Hansson c32ea232d5
feat(compiled): set pod disruption budget for pipelines. Fixes #3877 (#4178)
* Update _client.py

* Update _client.py

* added pod disruption budget

* clean up

* Update sdk/python/kfp/dsl/_pipeline.py

* fixed parameter

* updated after feedback

* removed selector
2020-09-14 13:45:26 -07:00
.github chore: make Pull Request template conciser (#4473) 2020-09-13 21:34:57 -07:00
backend chore(release): bump version to 1.0.1 on master branch (#4492) 2020-09-14 01:28:58 -07:00
components revert(components): refactor - De-hardcoded local output paths (#4478) 2020-09-09 20:27:44 -07:00
contrib fix(sample): Fix syntax error in openvino sample component (#4181) 2020-07-10 15:49:21 -07:00
docs doc(frontend): volume support for tensorboard viewer and other visualize results (#4345) 2020-08-16 17:56:17 -07:00
frontend chore(deps): bump http-proxy from 1.17.0 to 1.18.1 in /frontend (#4480) 2020-09-11 20:18:57 -07:00
hack chore(release): auto configure changelog genreartion for stable/pre releases. Fixes #4248 (#4491) 2020-09-14 11:23:23 +08:00
manifests chore(release): bump version to 1.0.1 on master branch (#4492) 2020-09-14 01:28:58 -07:00
proxy chore: remove inactive reviewers (#4111) 2020-06-30 19:10:06 -07:00
samples [AWS SageMaker] Fix small bugs (#4161) 2020-09-01 23:17:06 -07:00
sdk feat(compiled): set pod disruption budget for pipelines. Fixes #3877 (#4178) 2020-09-14 13:45:26 -07:00
test test: disable kf-tf-serving sample test to unblock release. (#4483) 2020-09-10 22:02:14 -07:00
third_party chore: remove inactive reviewers (#4111) 2020-06-30 19:10:06 -07:00
tools Add labels to plots (#3811) 2020-05-27 13:04:37 +08:00
.cloudbuild.yaml chore(metadata): Added instruction to sync the MLMD version (#3658) 2020-09-02 01:23:07 -07: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 [Release] Automate release script for all the changes (#3777) 2020-06-03 08:44:18 -07:00
.pylintrc [Request for comments] Add config for yapf and pylintrc (#2446) 2019-10-21 12:34:22 -07: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(metadata): Added instruction to sync the MLMD version (#3658) 2020-09-02 01:23:07 -07:00
.style.yapf Simplified the style config (#4002) 2020-06-17 00:28:48 -07:00
BUILD.bazel apiserver: Remove TFX output artifact recording to metadatastore (#1904) 2019-08-21 13:44:31 -07:00
CHANGELOG.md chore(release): bump version to 1.0.1 on master branch (#4492) 2020-09-14 01:28:58 -07:00
CONTRIBUTING.md chore(release): set up conventional commit changelog tool. Part of #3920 (#4033) 2020-06-23 03:51:40 -07:00
LICENSE Initial commit of the kubeflow/pipeline project. 2018-11-02 14:02:31 -07:00
Makefile Fix Makefile to add licenses using Go modules. (#674) 2019-01-14 15:25:27 -08:00
OWNERS Add myself as approver/reviewer (#2254) 2020-07-15 11:34:38 -07:00
README.md Update README.md (#4260) 2020-07-22 20:15:39 -07:00
RELEASE.md release: automate batch cherry pick process (#4465) 2020-09-07 00:51:42 -07:00
ROADMAP.md ROADMAP.md cosmetic changes (#846) 2019-02-22 15:03:45 -08:00
VERSION chore(release): bump version to 1.0.1 on master branch (#4492) 2020-09-14 01:28:58 -07:00
WORKSPACE Upadate backend BUILD files (#3455) 2020-04-10 14:45:48 -07:00
developer_guide.md fix doc link (#2681) 2019-12-03 22:44:57 -08:00
go.mod test(backend): use go test in backend presubmit test (#4417) 2020-09-02 02:57:05 -07:00
go.sum [API] Add license header to python api client files (#3897) 2020-06-04 10:23:24 +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

README.md

Build Status 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

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.

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 under the hood to orchestrate Kubernetes resources. The Argo community has been very supportive and we are very grateful.