Hi Team, I want to clear doubts that is minikube is a single master node and sin . . .

ayush pratap singh:
Hi Team,
I want to clear doubts that is minikube is a single master node and single worker node cluster in which worker is installed on vm and master will be host machine. Am I right? Need confirmation only that can we create multiple master and worker or multiple worker only?

unnivkn:
Hi @ayush pratap singh there is no master node or worker node concepts in minikube. Minikube deploys a simple cluster containing only one node.

unnivkn:
https://kubernetes.io/docs/tasks/tools/

unnivkn:
https://minikube.sigs.k8s.io/docs/start/

ayush pratap singh:
Thanks @unnivkn for the clarification