How to install kubeflow¶
Install standalone components¶
There are some kubeflow components that can be deployed as standalone services. They have their own git repository and documentation about how to install it.
List:
- kserve
- katib
- model registry
- mpi operator
- pipelines
- spark operator
- training operator
Install the full platform using distribution¶
https://www.kubeflow.org/docs/distributions/
Install the full platform using manifests¶
The following repository permits to install the full platfrom using kuberntes manifests
-
1.9 release https://github.com/kubeflow/manifests/tree/v1.9.0#installation
-
1.8 release https://github.com/kubeflow/manifests/tree/v1.8.1#installation
Links¶
- Installing Kubeflow https://www.kubeflow.org/docs/started/installing-kubeflow/