Machine Learning Pipelines for Kubeflow
Go to file
Yang Pan 063981e6ee chore(components): move docker file and cloud build YAML out of aiplatform/ folder.
The image is not specific to aiplatform component.

PiperOrigin-RevId: 407182304
2021-11-02 14:45:31 -07:00
.github chore: configure semantic pull requests bot. Fixes #5942 (#5950) 2021-06-30 00:02:36 -07:00
api feat(sdk): Use google.protobuf.Value in v2 for passing parameters. (#6804) 2021-10-28 14:25:51 -07:00
backend chore(release): bump version to 1.7.1 on master branch (#6842) 2021-11-01 21:39:59 -07:00
components chore(components): move docker file and cloud build YAML out of aiplatform/ folder. 2021-11-02 14:45:31 -07:00
contrib
docs
frontend feat(frontend): Allow setting s3 region for artifacts (#6409) 2021-10-31 00:56:26 -07:00
hack feat: upgrade TFX to 1.2.0 (#6375) 2021-08-18 01:50:37 -07:00
manifests feat: allow the default-editor to edit argo workflows and fix bug #6649 (#6622) 2021-11-02 04:45:59 -07:00
proxy test: fix apt update "changed its 'Suite' value from 'stable' to 'oldstable'" (#6351) 2021-08-16 02:18:06 -07:00
samples chore(release): bump version to 1.7.1 on master branch (#6842) 2021-11-01 21:39:59 -07:00
sdk fix(sdk): fix cloud scheduler's job name (#6844) 2021-11-02 13:46:06 -07:00
test test: skip archiving experiments because of perf problem (#6843) 2021-11-01 13:30:30 +08:00
third_party feat: upgrade argo to v3.1.14 (#6809) 2021-10-28 15:17:51 -07:00
tools
v2 feat(sdk): Use google.protobuf.Value in v2 for passing parameters. (#6804) 2021-10-28 14:25:51 -07:00
.cloudbuild.yaml feat: upgrade argo to v3.1.14 (#6809) 2021-10-28 15:17:51 -07:00
.dockerignore refactor: migrate to api/v2alpha1/go/pipelinespec (#6016) 2021-07-13 00:05:17 -07:00
.gitattributes
.gitignore feat(components): Adds Notebooks Executor API in the experimental components (#6630) 2021-10-01 09:11:25 -07:00
.pylintrc
.readthedocs.yml chore(components/google-cloud): Post release v0.1.4 clean up (#6275) 2021-08-09 23:30:24 -07:00
.release.cloudbuild.yaml feat: upgrade argo to v3.1.14 (#6809) 2021-10-28 15:17:51 -07:00
AUTHORS
CHANGELOG.md chore(release): bump version to 1.7.1 on master branch (#6842) 2021-11-01 21:39:59 -07:00
CONTRIBUTING.md chore: Update yapf config and move it to sdk folder. (#6467) 2021-09-01 16:17:30 -07:00
LICENSE
OWNERS
README.md docs: Update README for emissary and KFP 1.7. Partial #6306 (#6339) 2021-08-17 01:48:42 -07:00
RELEASE.md docs: Add instruction to update kfp test-infra (#6846) 2021-11-01 13:44:59 -07:00
ROADMAP.md
VERSION chore(release): bump version to 1.7.1 on master branch (#6842) 2021-11-01 21:39:59 -07:00
developer_guide.md chore(visualization): Revert to tensorflow image because tfx image is too big. Fix #6053 (#6061) 2021-07-15 20:16:38 -07:00
go-licenses.yaml feat(v2): V2 create run api (#6689) 2021-10-28 21:53:51 -07:00
go.mod feat(v2): V2 create run api (#6689) 2021-10-28 21:53:51 -07:00
go.sum feat(v2): V2 create run api (#6689) 2021-10-28 21:53:51 -07:00
package-lock.json
package.json
release-status-check.png
requirements.txt feat: upgrade TFX to 1.2.0 (#6375) 2021-08-18 01:50:37 -07:00
retry-release-on-tag.png
verify-retry-the-right-build.png

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.

Installation

  • Install Kubeflow Pipelines from choices described in Installation Options for Kubeflow Pipelines.

  • [Alpha] Starting from Kubeflow Pipelines 1.7, try out Emissary Executor. Emissary executor is Container runtime agnostic meaning you are able to run Kubeflow Pipelines on Kubernetes cluster with any Container runtimes. The default Docker executor depends on Docker container runtime, which will be deprecated on Kubernetes 1.20+.

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.

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.