docker - Why minikube needs a VM -


i guess minikube needs virtualbox because of dockers' depencies, current docker version doesn't need it.

so still need virtualbox or vm start minikube?

minikube uses docker machine manage kubernetes vm, abstracts plugin architecture docker machine uses provide consistent way manage various vm providers. minikube embeds virtualbox , vmware fusion drivers there no additional steps use them. however, other drivers require binary present in host path kvm, xhyve, hyperv, etc.

yes need virtualbox along respective driver run kubernetes cluster on machine , because of docker dependencies. minikube started virtual machine us(based on our local environment), , kubernetes cluster running in vm i.e. nodes , services running under vm box.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -