Categorygithub.com/johnhoman/go-kfp
repositorypackage
0.1.12
Repository: https://github.com/johnhoman/go-kfp.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Testing

Live

Start minikube and run the Kubeflow pipelines api server

kubectl apply -k config/
export GO_KFP_API_SERVER_ADDRESS=$(minikube service kfp --url -n kubeflow | sed 's/http:\/\///g')

Open the Pipelines UI with

minikube service kfp-ui -n kubeflow