Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 1.21 KB

KFP-UI.md

File metadata and controls

27 lines (14 loc) · 1.21 KB

Run pipelines using the Kubeflow Pipeline Dashboard

Once you have followed the instructions to compile pipelines, you can upload the compiled yaml using Kubeflow Pipeline dashboard and run it. Below are the instuctions

  1. Go to the Kubeflow main dashboard(Endpoint of the istio-ingressgateway) and click on the Pipelines tab on the left panel. Then click on the Upload pipeline button.

upload-button

  1. Then, click on Upload a file and select our compiled pipeline file. Then click on Upload at the end to upload the pipeline.

upload-page

Now, we should able to see the pipeline is being uploaded to the Pipelines page.

  1. Once we have the pipeline uploaded, we can simply execute the pipeline by clicking on the pipeline name. Then click Create run on the pipeline page.

pipeline-page

  1. Next, click Start to execute the pipeline.

run-page

  1. Now, the pipeline is executing and we can click on the pipeline run to view the execution graph.

experiment-page

result-page