Overview of Deployment on Existing Clusters

Instructions for installing Kubeflow on your existing Kubernetes cluster with list of supported options

Follow these instructions if you want to install Kubeflow on an existing Kubernetes cluster. Some clouds and Kubernetes distributions provide Kubeflow specific instructions for getting the most out of their Kubernetes. If your existing Kubernetes cluster is from one of those, consider following those instructions.

Minimum system requirements

The Kubernetes cluster must meet the following minimum requirements:

  • Your cluster must include at least one worker node with a minimum of:

    • 4 CPU
    • 50 GB storage
    • 12 GB memory
  • The recommended Kubernetes version is 1.14. Kubeflow has been validated and tested on Kubernetes 1.14.

    • Your cluster must run at least Kubernetes version 1.11.
    • Older versions of Kubernetes may not be compatible with the latest Kubeflow versions. The following matrix provides information about compatibility between Kubeflow and Kubernetes versions.
Kubernetes VersionsKubeflow 0.4Kubeflow 0.5Kubeflow 0.6Kubeflow 0.7Kubeflow 1.0Kubeflow 1.1
1.11compatiblecompatibleincompatibleincompatibleincompatibleincompatible
1.12compatiblecompatibleincompatibleincompatibleincompatibleincompatible
1.13compatiblecompatibleincompatibleincompatibleincompatibleincompatible
1.14compatiblecompatiblecompatiblecompatiblecompatiblecompatible
1.15incompatiblecompatiblecompatiblecompatiblecompatiblecompatible
1.16incompatibleincompatibleincompatibleincompatiblecompatiblecompatible
1.17incompatibleincompatibleincompatibleincompatibleno known issuesno known issues
1.18incompatibleincompatibleincompatibleincompatibleno known issuesno known issues
  • incompatible: the combination does not work at all
  • compatible: all Kubeflow features have been tested and verified for the Kubernetes version
  • no known issues: the combination has not been fully tested but there are no reported issues

Kubeflow Deployment Configurations

The following table lists the options for installing Kubeflow on an existing Kubernetes cluster and links to detailed instructions. These solutions are vendor neutral and are governed by consensus within the Kubeflow community.

Deployment configDescription
kfctl_k8s_istio.yamlThis config creates a vanilla deployment of Kubeflow with all its core components without any external dependencies. The deployment can be customized based on your environment needs.
Follow instructions: Kubeflow Deployment with kfctl_k8s_istio
kfctl_istio_dex.yamlThis config creates a Kubeflow deployment with all its core components, and uses Dex and Istio for vendor-neutral authentication.
Follow instructions: Multi-user, auth-enabled Kubeflow with kfctl_istio_dex

Last modified 14.10.2020: Add a Kubeflow v1.1 column to the Kubernetes compatibility table (#2281) (98bb7516)