Machine Learning Pipelines for Kubeflow
Go to file
Yuan (Bob) Gong cc19575b00
chore: GCP mkp does not default to root when the field is empty (#6427)
2021-08-25 14:32:26 +08:00
.github chore: configure semantic pull requests bot. Fixes #5942 (#5950) 2021-06-30 00:02:36 -07:00
api chore: sync pipeline_spec to current version. (#6401) 2021-08-20 16:20:55 -07:00
backend fix(backend): recognize "sidecar.istio.io/inject" annotation to use Istio service mesh optionally. Fixes #6200 (#6391) 2021-08-19 06:23:53 -07:00
components feat(components/google-cloud): add project_id to the inputs of preprocessing component (#6413) 2021-08-23 11:38:57 -07:00
contrib chore(deps): bump jinja2 from 2.10.1 to 2.11.3 in /contrib/components/openvino/ovms-deployer/containers (#5341) 2021-03-19 19:26:16 -07:00
docs Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
frontend feat(frontend): Add version description to pipelineVersionList. Part of #6256 (#6405) 2021-08-24 12:24:44 -07:00
hack feat: upgrade TFX to 1.2.0 (#6375) 2021-08-18 01:50:37 -07:00
manifests chore: GCP mkp does not default to root when the field is empty (#6427) 2021-08-25 14:32:26 +08: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(components/pytorch): PyTorch samples README.md update (#6423) 2021-08-24 22:33:44 -07:00
sdk feat(sdk): add default schema_version to pipeline (#6366) 2021-08-24 01:04:39 -07:00
test test(tfx): fix parameterized tfx oss sample config 2021-08-19 01:04:43 +00:00
third_party feat: upgrade argo to v3.1.6-patch (#6376) 2021-08-18 03:17:38 -07:00
tools feat(backend): upgrade argo go module to V3. Part of #5718 (#5792) 2021-06-08 05:04:45 -07:00
v2 chore(v2): support changing pipeline root (#6363) 2021-08-18 04:06:38 -07:00
.cloudbuild.yaml feat: upgrade argo to v3.1.6-patch (#6376) 2021-08-18 03:17:38 -07:00
.dockerignore refactor: migrate to api/v2alpha1/go/pipelinespec (#6016) 2021-07-13 00:05:17 -07:00
.gitattributes Support filtering on storage state (#629) 2019-01-11 11:01:01 -08:00
.gitignore chore(frontend): Migrate kubeflow/frontend to KFP frontend. Fix #5705 (#5963) 2021-07-03 04:16:49 -07:00
.pylintrc fix(sdk): Fixes #4703: conflict between .pylintrc and .yapf (#4706) 2020-11-01 14:34:51 -08:00
.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.6-patch (#6376) 2021-08-18 03:17:38 -07:00
.style.yapf Simplified the style config (#4002) 2020-06-17 00:28:48 -07:00
AUTHORS chore: set up AUTHORS file. Fixes #5470 (#5766) 2021-06-01 02:49:05 -07:00
CHANGELOG.md chore(release): bumped version to 1.7.0-rc.4 2021-08-19 05:04:29 +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: Adding chensun in KFP root OWNERS (#5747) 2021-05-27 15:46:59 -07:00
README.md docs: Update README for emissary and KFP 1.7. Partial #6306 (#6339) 2021-08-17 01:48:42 -07:00
RELEASE.md revert: feat: change release tags to vX.Y.Z. Part of #5954 (#6034) 2021-07-14 14:43:56 +08:00
ROADMAP.md doc: KFP 2021 roadmap (#5862) 2021-06-21 17:14:54 -07:00
VERSION chore(release): bumped version to 1.7.0-rc.4 2021-08-19 05:04:29 +00: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: upgrade argo to v3.1.6 (#6333) 2021-08-13 02:32:54 -07:00
go.mod feat: upgrade argo to v3.1.6 (#6333) 2021-08-13 02:32:54 -07:00
go.sum feat: upgrade argo to v3.1.6 (#6333) 2021-08-13 02:32:54 -07: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
requirements.txt feat: upgrade TFX to 1.2.0 (#6375) 2021-08-18 01:50:37 -07: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.

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.