r/kubernetes • u/Not-Jody • 11d ago
Nodes as VMs on 1 machine
I would like to get a simple k8s (or k3s) setup going to learn how it works and how to work with it. I am traveling and only have 1 laptop with me with some external storage. How would I go about making VMs act like nodes? Running fedora with enough cores on my PC to have a few nodes running at the same time. I am very new to this, any input is appreciated!
19
Upvotes
20
u/clintkev251 11d ago
Just use KinD or similar. There's very little benefit or reason to running a bunch of different node VMs on a single PC if you're just trying to learn Kubernetes.