Kubeflow on Windows
A Kubeflow appliance is a virtual machine that has Kubeflow already installed. Once thenecessary supporting software is installed no further installation steps are required.
MiniKF is a predefined virtual machine that installs onto VirtualBox through Vagrant.The following applications are required to use MiniKF:
- Install Vagrant
- Install
A Linux appliance is a virtual machine that holds the linux operating system. From thereyou have complete choice over Kubernetes and Kubeflow, which offers the greatest degreeof flexibility. You only need to install a single application to follow this path:
The instructions on Multipass and MicroK8s getting startedpage will complete this path.
Minikube
Minikube runs a simple, single-node Kubernetes cluster inside a virtual machine (VM).You can choose amongst a couple of hypervisor applications. Similar to the Kubeflowappliance, you only need to install a couple of applications, and then install Kubeflow:
- Install a Hypervisor (one of the following)
- Install Vagrant
- Install
The full set of instructions are available on theMinikube getting started page.