# 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