Is it possible to run fabric8 on vmplayer

5/3/2017

Is it possible to run fabric8 on vmplayer instead of virtualbox.? whats it driver name.?

gofabric8 start --vm-driver=virtualbox // this one is for virtualbox

gofabric8 start --vm-driver=<vmplayer> // driver name for vmplayer
-- herman shafiq
fabric8
kubernetes
minikube

1 Answer

5/14/2017

No its not.

When using gofabric8 it installs using Minikube (or MiniShift if using OpenShift) and its really what they support. So go check out Minikube: https://github.com/kubernetes/minikube and see what it support.

-- Claus Ibsen
Source: StackOverflow