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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -