Hello anyone know which is the best method to setup kubernets in local enviremen . . .

mih suthar:
hello anyone know which is the best method to setup kubernets in local envirement?

Memo Toro:
I use minikube, but it has limitation in terms of memory allocation, etc. You could install kubernetes the hard way in your machine and you will have everything running locally.

Mohamed Ayman:
There’s no best method, It depends on what you want but you can check minikube and kubeadm way.

H3 Labs:
minikube

runlevl4:
I used to use minikube. Now I either use what’s baked into Docker for Mac or KIND (KUbernetes In Docker). The latter makes it pretty easy to spin up/down new clusters with multiple nodes.