Kubernetes Solo development environment windows

2/6/2016

this project seems to be great to start out with kubernetes on osx https://github.com/TheNewNormal/kube-solo-osx but is there somethign similar for windows?

-- Georg Heiler
development-environment
kubernetes
windows

2 Answers

2/11/2016

As far as I know, there is no windows based Kubernetes dev env.

-- Tim Hockin
Source: StackOverflow

1/27/2018

You can use minikube to set up a Kubernetes cluster on a Windows machine. It'll create a virtual machine running Linux in which it will set up Kubernetes for you. You can then connect to Kubernetes running in that VM from your Windows environment.

If you want to setup a local Kubernetes cluster with both Linux and Windows-based nodes, have a look at kubernetes-windows-vagrant, which will use Vagrant t create the VMs and set up the environment for you.

-- Frederik Carlier
Source: StackOverflow