How do I setup up and deploy Kubeflow with Codefresh

3/24/2020

Currently, I deploy python scripts on Kubernetes using Codefresh. I'm looking to incorporate Kubeflow into the deployment plan to get all the Kubeflow goodies such as the UI and all but I'm a little clueless on how to start or where to look.

The docs for Kubeflow mainly only cover setting up with Google Cloud Platform only. Does anybody have any experience with this?

-- James Lee
codefresh
kubeflow
kubernetes

1 Answer

3/24/2020

You can use these instructions to install kubeflow on any existing kubernetes cluster, regardless of whether you are running on GCP or any other platform.

These steps can be converted into a codefresh pipeline like any other set of commands. If you need help with that let me know, we use codefresh and I'm well versed with there pipeline files.

-- Yaron Idan
Source: StackOverflow