I want to setup a Lab on my laptop locally and learn Kubernetes. Need to setup a . . .

Pratyush Ranjan Mishra:
I want to setup a Lab on my laptop locally and learn Kubernetes. Need to setup all the nodes,clusters, replicas everything. Is there a ready-made ova or guide for virtual box.

Rocky:
Hi @Pratyush Ranjan Mishra - here you go: https://github.com/mmumshad/kubernetes-the-hard-way

Pratyush Ranjan Mishra:
Thanks Mmumshad for your quick response. I have a Windows 10 and Ubuntu on VM. Where to install Vagrant?

Rocky:
In the location of your choice - I would create a new folder if I were you.

Pratyush Ranjan Mishra:
Thanks Rocky, so, I have to clone from Git and the Vagrant file will take care of the rest.

Rocky:
Pretty much !
you got to run vagrant upall details in the doc url.

Rocky:
Follow step by step for understanding & also it would help you resolve issues in case you get stuck.

Pratyush Ranjan Mishra:
ok, thanks