Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Principle:Kubeflow Pipelines Pipeline Submission

From Leeroopedia
Sources Domains Last Updated
KFP Client ML_Pipelines, Execution 2026-02-13

Overview

The process of submitting a compiled or in-memory pipeline to a Kubeflow Pipelines backend for execution on a Kubernetes cluster.

Description

Pipeline submission connects the client-side authoring environment to the server-side execution engine. The KFP Client communicates with the KFP API server to create runs, pass runtime arguments, and optionally wait for completion. This bridges development and production by enabling programmatic pipeline execution.

Usage

Use when ready to execute a pipeline on a KFP deployment, either locally via port-forward or remotely via API endpoint.

Theoretical Basis

Client-server pattern for job submission. The client serializes the pipeline, sends it to the API server, which schedules it on the Kubernetes cluster via Argo Workflows.

Related Pages

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment