Can we create multiple node cluster in minikube

Hello,
I am new to kubernetes development . I know how to create a cluster with a single node in minikube . But can we create multiple nodes in a cluster using minikube locally.If yes can anyone provide more info on that . If no then how to create multiple nodes .
Thanks.

You cannot, however you may want to take a look at the kubeadm-dind-cluster project. It will allow you to spin up a multinode cluster and test locally using docker-in-docker.

EDIT: For folks finding this later. kubeadm-dind-cluster has been archived. A better replacement project is KinD (“kubernetes in docker”).

1 Like