Pipelines: KFP Execution events

Created on 25 Jun 2020  路  8Comments  路  Source: kubeflow/pipelines

Embedded KFP approach to publish events (webhook) reflecting the pipeline execution (e.g. pipeline start, step "step1" start, step "step2" finish, exception, exit, etc.) so a subscriber (e.g CI orchestrator) can hook on that.

kindiscussion kinfeature statutriaged

Most helpful comment

@Bobgy
The implementation (first version) of this idea is here https://github.com/kaizentm/kfp-event-handler

All 8 comments

This is an interesting idea, but KFP depends on argo for execution. It's not very feasible to implement this from our side

This is a relevant existing feature in argo-workflow 2.8.0.

@Bobgy
The implementation (first version) of this idea is here https://github.com/kaizentm/kfp-event-handler

Interesting, @eedorenko do you want to present on KFP community meeting?

@Bobgy Yes. Added a demo entry to the agenda.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

I assume we should keep this open...

Agree, KFP can think about providing native support.

Was this page helpful?
0 / 5 - 0 ratings