Skip to content

Commit

Permalink
Merge pull request #19 from RedHatQuickCourses/fix-argo-definition
Browse files Browse the repository at this point in the history
replaced runtime with execution engine
  • Loading branch information
kknoxrht authored Nov 5, 2024
2 parents 84ba0ed + 9ee6ded commit 7e6c740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/chapter4/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ The second mechanism, and the one discussed here is based on the *Kubeflow Pipel

While the Elyra extension offers an easy to use visual editor to compose pipelines, and is generally used for simple workflows, the Kubeflow Pipelines SDK (*kfp*) offers a flexible Python Domain Specific Language (DSL) API to create pipelines from Python code. This approach offers you flexibility in composing complex workflows and has the added benefit of offering all the Python tooling, frameworks, and developer experience that comes with writing Python code.

OpenShift AI uses the *_Argo Workflows_* runtime to execute pipelines, which is why your Kubeflow pipeline containing Python code needs to be compiled into a compatible YAML definition before it can be submitted to the runtime. Tasks in the pipeline are executed as ephemeral pods (one per task).
OpenShift AI uses the *_Argo Workflows_* execution engine to execute pipelines, which is why your Kubeflow pipeline containing Python code needs to be compiled into a compatible YAML definition before it can be submitted to the runtime. Tasks in the pipeline are executed as ephemeral pods (one per task).

0 comments on commit 7e6c740

Please sign in to comment.