Description
A local Kubernetes cluster can be created for learning, development, and testing without provisioning a remote cluster. Developers use Minikube to experiment with Kubernetes workloads on their own machine.
It is a local cluster tool, not a production Kubernetes service. It can create virtual machines, containers, networks, and persistent data, so review drivers, resource use, and cleanup.