Minikube is local Kubernetes, focusing on making it easy to learn and develop for Kubernetes.
NOTE: minikube and kubectl are cli tools that can be installed using your package manager, Docker Desktop is GUI, that comes with a cli tool.
minikube start --driver="docker"
minikube dashboard