#61 · Primary category: MLOps & Evaluation
pipelines
Machine Learning Pipelines for Kubeflow
Project last updated:08/27/26
GitHub Stars
4.2K
Forks
2.1K
Contributors
576
License
Apache-2.0
Why we included this project
Kubeflow Pipelines is the machine learning workflow service inside Kubeflow, the Kubernetes-native ML toolkit, and it is a common choice for teams that want their model workloads to run as repeatable, scheduled jobs rather than ad hoc notebook sessions. You build a pipeline with the Python SDK from reusable components, and the service compiles it and orchestrates the run on your cluster, sequencing steps, retrying failures, caching intermediate results, and tracking artifacts and run history. Data scientists can experiment and iterate without writing orchestration glue, while platform engineers get one place to manage versions and the backend. It deploys as part of the full Kubeflow platform or standalone, and since version 1.8 it works with any container runtime through the Emissary executor, so it slots into existing Kubernetes infrastructure without much ceremony. For shops already committed to Kubernetes, this is a mature way to get a shared, governed path from experiments to production runs.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models