Vishal Pandey
10/08/2024, 12:16 PMJuan Luis
10/08/2024, 2:15 PMmarrrcin
10/08/2024, 3:48 PMmarrrcin
10/08/2024, 3:49 PMGuillaume Tauzin
10/10/2024, 4:01 PMJuan Luis
10/10/2024, 4:06 PMmarrrcin
10/11/2024, 7:54 AMmarrrcin
10/11/2024, 9:40 AMReadWriteMany
in K8s?
2.b: I haven't worked with argo/kfp for a while, I don't remember exactly where it's configured, but it's definitely doable.
3. Sounds like something you could contribute to kedro-kubeflow then.
4. Kedro KFP plugin is not most up-to-date as of now. There are definitely some missing bits. The biggest gain from using Kedro-Kubeflow was to detach the work done by DS teams (they stick to Kedro and are able to run things locally / iterate fast) from the work done by MLE/MLOps - they provide infra and Kedro is a common pipeline'ing language to marry those 2 worlds together.Juan Luis
10/16/2024, 10:16 AMJuan Luis
10/16/2024, 10:16 AMkfp
had 6.5M downloads last month so it definitely looks like a popular pipeline frameworkem-pe
10/16/2024, 10:27 AMkfp
as a default framework, that’s true but regarding the integration with kedro, there’s a separate plugin for that - kedro-vertexai
which is more up to date and uses one of the recent kfp
versions.
Apart from the “pipeline translation” logic which works very similar to the kedro-kubeflow
one there are differences regarding authentication, scheduling and parameter handling between vertex and standalone kubeflow clusters.