Giter Site home page Giter Site logo

kfp-analyze's Introduction

kfp-analyze

NOTES:

  • This is an experimental library, do not place a hard dependency on this unless you may be willing to fork it in the future.
  • This library is currently only tested with KFP 1.8.18

Installation

If you want Graphviz functionality you must install the binaries via instructions here

Development setup

pip install -e .

Kubeflow Setup

These instructions are vaguely based on the ones provided: one, two, three, by Kubeflow

First, perquisites

  1. Install kubectl: instructions
  2. Install minikube: instructions

Then make sure you do not have a previous minikube session running, and start a fresh session with

Note: The --kubernetes-version=v1.20.15 due to the issues with subsequent kubetctl apply commands related to KFP v1.8.18 see here

minikube stop
minikube delete
minikube start --cpus 4 --memory 8096 --disk-size=40g --kubernetes-version=v1.20.15

Install KFP standalone, here I install 1.8.18

export PIPELINE_VERSION=1.8.18
kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION"
kubectl wait --for condition=established --timeout=60s crd/applications.app.k8s.io
kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/env/platform-agnostic-pns?ref=$PIPELINE_VERSION"

View the Kubeflow UI by port forwarding and visiting http://localhost:8080/

kubectl port-forward -n kubeflow svc/ml-pipeline-ui 8080:80

And connect with an sdk client via the follow

NOTE: There may be sometime after startup for which this will 504

from kfp import Client

client = Client(host='http://localhost:8080')

kfp-analyze's People

Contributors

carterfendley avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.