Installation
As an alternative to deploying Kubeflow Pipelines (KFP) as part of the Kubeflow deployment, you also have a choice to deploy only Kubeflow Pipelines. Follow the instructions below to deploy Kubeflow Pipelines standalone using the supplied kustomize manifests.
You should be familiar with Kubernetes, kubectl, and kustomize.
Deploying Kubeflow Pipelines
Deploy the Kubeflow Pipelines:
export PIPELINE_VERSION=2.3.0 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/dev?ref=$PIPELINE_VERSION"
The Kubeflow Pipelines deployment requires approximately 3 minutes to complete.
Run the following to port-forward the Kubeflow Pipelines UI:
kubectl port-forward -n kubeflow svc/ml-pipeline-ui 8080:80
Open http://localhost:8080 on your browser to see the Kubeflow Pipelines UI.
Feedback
Was this page helpful?
Thank you for your feedback!
We're sorry this page wasn't helpful. If you have a moment, please share your feedback so we can improve.
Last modified July 31, 2024: Fix broken links in Pipelines (#3807) (17e27bf)