minikube

Run a Kubernetes cluster locally for development and testing

brewmacoslinux
Try with needOr install directly
Source

About

Run a Kubernetes cluster locally

Commands

minikube

Examples

Start a local Kubernetes cluster$ minikube start
Deploy an application and expose it via service$ minikube kubectl -- create deployment hello --image=hello-world && minikube service hello
Check cluster status and get dashboard URL$ minikube status && minikube dashboard