简体   繁体   English

Kubeflow-kale :- 如何集成 kubeflow-kale 扩展以在独立的 Kubeflow 管道集群上运行管道

[英]Kubeflow-kale :- How to integrate kubeflow-kale extension to run pipelines on a seperate standalone cluster of Kubeflow pipelines

I am currently trying to use the kubeflow kale jupyter extension on my local jupyterlab server without Kubernetes and kubeflow installed and trying to run my code pipeline on GCP AI pipeline server or any other Cloud Kubeflow pipeline server.我目前正在尝试在我的本地 jupyterlab 服务器上使用 kubeflow kale jupyter 扩展,但没有安装 Kubernetes 和 kubeflow,并尝试在 GCP AI 管道服务器或任何其他 Cloud Kubeflow 管道服务器上运行我的代码管道。 I am able to do it through kubeflow pipeline SDK(As it has a feature to add hostname details).我可以通过 kubeflow 管道 SDK 来完成(因为它具有添加主机名详细信息的功能)。 But when trying to achieve through the kubeflow-kale extension it does not work.但是当试图通过 kubeflow-kale 扩展实现时,它不起作用。 As I am aware we need to provide the hostname of the Kubeflow pipeline server which I was not able to add on kubeflow-kale UI extension drop-down fields.据我所知,我们需要提供 Kubeflow 管道服务器的主机名,我无法在 kubeflow-kale UI 扩展下拉字段中添加该主机名。 I have explored a lot of kubeflow-kale materials and blogs but was not able to find the solution.我已经探索了很多 kubeflow-kale 材料和博客,但无法找到解决方案。 Almost all the blogs and material about Kubeflow-kale implementation has been done on the Kubeflow hosted notebook server几乎所有关于 Kubeflow-kale 实现的博客和材料都在 Kubeflow 托管的笔记本服务器上完成

Can anyone help me with the following doubts about Kubeflow-kale:-任何人都可以帮助我解决以下有关 Kubeflow-kale 的疑问:-

  1. Kubeflow-kale is only supported for kubeflow hosted notebook server? Kubeflow-kale 仅支持 kubeflow 托管的笔记本服务器吗?
  2. If No, How can we provide the option to run the pipeline on a remote Server like GCP AI Pipelines?如果否,我们如何提供在 GCP AI Pipelines 等远程服务器上运行管道的选项?

Spending time last one yar with Kubeflow wand echo system what I realize is following:在过去一年使用 Kubeflow 魔杖回声系统花费的时间我意识到以下内容:

  1. Kubeflow-kale is open sourced however not completely free, there are issues running the kubeflow-kale on latest version, we have reported issues on github for the same, it works with Arrikito however Arrikito is licensed Kubeflow-kale 是开源的,但不是完全免费的,在最新版本上运行 kubeflow-kale 存在问题,我们已经在 github 上报告了同样的问题,它可以与 Arrikito 一起使用,但 Arrikito 已获得许可

  2. You should be able to install kale locally step by step as mentioned in their documentation, however I have not tried it您应该能够按照他们的文档中所述在本地逐步安装羽衣甘蓝,但是我还没有尝试过

  3. If you are looking for pipeline editor Elyra is much better choice - free and they are adding support for other pipelines like TFX etc.如果您正在寻找管道编辑器 Elyra 是更好的选择 - 免费并且他们正在添加对其他管道(如 TFX 等)的支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM