Machine Learning Pipelines for Kubeflow
Go to file
Alexey Volkov ada18bc6e6
fix(backend): Caching - Reduced the cache webhook timeout (#4428)
Reduced the timeout from 30 seconds to 5.
This should not be needed as most users tell us that pods work even when the cache service is not available. But there was at least one customer who experienced timeout failures when creating pods after the service was deleted, but not the webhook config.
2020-08-28 05:16:53 -07:00
.github chore(release): set up conventional commit changelog tool. Part of #3920 (#4033) 2020-06-23 03:51:40 -07:00
backend fix(backend): Caching - Reduced the cache webhook timeout (#4428) 2020-08-28 05:16:53 -07:00
components feat(components): Simplified the kubeflow - dnntrainer component (#4415) 2020-08-26 16:29:55 -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 feat(frontend): support tensorboard viewer and other visualize Results using volume mount path. Part of #4208 (#4236) 2020-08-06 01:06:55 -07:00
hack docs(release): introduce needed actions before release (#4139) 2020-07-06 17:17:57 -07:00
manifests Manifests - Added permissions for certificate approval (#4385) 2020-08-26 13:05:42 -07:00
proxy chore: remove inactive reviewers (#4111) 2020-06-30 19:10:06 -07:00
samples Fix (readme): fixed a typo. (#4410) 2020-08-26 00:18:04 -07:00
sdk fix(sdk): Fix opsgroups dependency resolution (#4370) 2020-08-27 09:03:53 -07:00
test tests: Fixed presubmits. Fixes #4412 (#4413) 2020-08-25 20:30:02 -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 build(components): buildCpuTrainer failure (#4405) 2020-08-25 14:58:26 +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 [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 test: postsubmit - fix cloudbuild job filtering. Part of #4046 (#4122) 2020-07-01 19:32:18 +08:00
.style.yapf Simplified the style config (#4002) 2020-06-17 00:28:48 -07:00
.travis.yml test: Fixed the Travis TFX tests since TFX now requires Bazel. Fixes #4221 (#4233) 2020-07-17 04:37:00 -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.0 on master branch (#4249) 2020-07-20 02:04:51 -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 doc(release): instructions for update master branch version and etc (#4250) 2020-07-20 20:23:14 -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.0 on master branch (#4249) 2020-07-20 02:04:51 -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 [API] Add license header to python api client files (#3897) 2020-06-04 10:23:24 +08: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.