Skip to content

kubeflow/pipelines

Folders and files

NameName
Last commit message
Last commit date
Jan 16, 2025
Jan 16, 2025
Jan 25, 2025
Jan 15, 2025
Jan 17, 2025
Jan 22, 2025
Jan 22, 2025
Jan 17, 2025
Jan 16, 2025
Jan 23, 2025
Jan 22, 2025
Sep 20, 2024
Jan 16, 2025
Jan 24, 2025
Jan 16, 2025
Jan 15, 2025
Dec 12, 2024
Aug 14, 2024
Nov 26, 2024
Jan 11, 2019
Jan 9, 2025
May 17, 2023
Jul 19, 2022
Sep 20, 2024
Mar 18, 2022
Sep 12, 2024
Aug 14, 2024
Nov 30, 2021
Jun 1, 2021
Jan 16, 2025
Dec 5, 2024
Nov 2, 2018
Jan 21, 2025
Jan 17, 2025
Sep 16, 2024
May 18, 2022
Dec 2, 2023
Jan 16, 2025
Jul 16, 2021
Jan 15, 2025
Jan 15, 2025
Apr 20, 2022
Jun 23, 2020
Jun 23, 2020
Nov 12, 2024

Repository files navigation

Kubeflow Pipelines

Coverage Status SDK Documentation Status SDK Package version SDK Supported Python versions

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

  • Kubeflow Pipelines can be installed as part of the Kubeflow Platform. Alternatively you can deploy Kubeflow Pipelines as a standalone service.

  • The Docker container runtime has been deprecated on Kubernetes 1.20+. Kubeflow Pipelines has switched to use Emissary Executor by default from Kubeflow Pipelines 1.8. Emissary executor is Container runtime agnostic, meaning you are able to run Kubeflow Pipelines on Kubernetes cluster with any Container runtimes.

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.

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, reagd the developer guide.

Kubeflow Pipelines Community

Community Meeting

The Kubeflow Pipelines Community Meeting occurs every other Wed 10-11AM (PST).

Calendar Invite

Direct Meeting Link

Meeting notes

Slack

We also have a slack channel (#kubeflow-pipelines) on the Cloud Native Computing Foundation Slack workspace. You can find more details at https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels

Architecture

Details about the KFP Architecture can be found at Architecture.md

Blog posts

Acknowledgments

Kubeflow pipelines uses Argo Workflows 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.