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
- 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.
- Then, click on Upload a file and select our compiled pipeline file. Then click on Upload at the end to upload the pipeline.
Now, we should able to see the pipeline is being uploaded to the Pipelines page.
- 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.
- Next, click Start to execute the pipeline.
- Now, the pipeline is executing and we can click on the pipeline run to view the execution graph.