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 theseKubernetes system requirements.

Installing Kubeflow

There are various ways to install Kubeflow. Choose one of the following optionsto 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 linetools for deploying and managing Kubeflow:

  • Download the kfctl binary from theKubeflow releases page.

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

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

Troubleshooting

See the Kubeflow troubleshooting guide.

Next steps