Version v0.6 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.

Getting Started with Kubeflow

Overview

Before you begin

This document provides information about setting up Kubeflow in various environments.

It’s important that you have some knowledge of the following systems and tools:

If you plan to deploy Kubeflow on an existing Kubernetes cluster, review these Kubernetes system requirements.

Installing Kubeflow

There are various ways to install Kubeflow. Choose one of the following options to suit your environment (desktop or server, existing Kubernetes cluster or public cloud):

Installing command line tools

The following information is useful if you need or prefer to use command line tools for deploying and managing Kubeflow:

  • Download the kfctl binary from the Kubeflow releases page.

  • Follow the kubectl installation and setup instructions from the Kubernetes documentation. As described in the Kubernetes documentation, your kubectl version must be within one minor version of the Kubernetes version that you use in your Kubeflow cluster.

  • Follow the kustomize installation and setup instructions from the guide to kustomize in Kubeflow.

Troubleshooting

See the Kubeflow troubleshooting guide.

Next steps