Kubeflow on Windows
To install Kubeflow locally on a Windows system you have a few options (listed below).
Note: It is recommended that you have at least 12GB of RAM and 50GB of storage available.
MicroK8s is a lightweight zero-ops Kubernetes which has a native installer for Windows. MicroK8s is highly available from 3+ nodes and includes a single-command install of Kubeflow.
- Install MicroK8s
The full set of instructions are available on the page.
MiniKF is a Kubeflow appliance, a predefined virtual machine that has Kubeflow already installed. It installs onto VirtualBox through Vagrant. Once the necessary supporting software is installed no further installation steps are required.
The only following applications are required to use MiniKF:
- Install Vagrant
- Install
Minikube is a tool for installing a single node Kubernetes in a virtual machine. After starting the virtual machine, you need to install Kubeflow.
Follow the instructions on Kubeflow on MiniKube to complete this path.
creates a Linux virtual machine on Windows, macOS or Linux systems. The VM contains a complete Ubuntu operating system which can then be used to deploy Kubernetes and Kubeflow.
- Install Multipass