Minikube runs a single Go binary called local kube. This binary runs all the components of Kubernetes together that makes Minikube simpler than a full Kubernetes deployment. In addition, the Minikube VM also runs Docker, in order to be able to run containers. Minikube is often the preferred path for learning and practicing Kubernetes.
You can download a release from GitHub, following listed directions, it may be easier to download a pre-compiled binary. Make sure to verify and get the latest version.
For example, to get the v.0.22.2 version, run the following commands: