Getting started with Minikube: deploying application on local Kubernetes cluster
- Minikube allows you to run Kubernetes locally. It creates a single-node Kubernetes cluster on your local machine. It’s a great tool for starting local Kubernetes and do a quick prototype.
- To install minikube locally you need to have a container or virtual machine installed. For installation, you can check out official documentation at the minikube page. The simplest thing would be to install minikube with Docker.