This message was deleted.
# k3d
a
This message was deleted.
a
Thus far I've tried it with multipass with 3x VMs and it works well.
w
I guess that's personal preference on ease-of-use and resource usage. With k3d (docker) you can also interact with the individual nodes (e.g.
docker exec -it k3d-k3s-default-server-0 sh
to get a shell in the first server node). However, some things may work better in a VM where OS dependencies are present (e.g. deploying Longhorn that relies on iscsi-drivers of the host).