Home Lab

Kubernetes Kubernetes is a manager of pods, those pods could be running on different machines and we can have multiple roles to this, one could be control panel other could be worker role So k8s takes your machine ( or you can define via virtualisation, the amount / ratio it should take) and then it orchestrates it, so you have to define a .yaml file and k8s will take care of on which cluster to run this and how many pods to spin up for this , everything is taken care of just you need namespace, entry file / project etc all this written in a yaml file. ...

August 31, 2025 · 7 min · Mohit Dulani