This message was deleted.
# general
a
This message was deleted.
c
K3s only runs on Linux. So... it needs to run in a VM or Linux container. It can't run natively on OS X.
i
ohh ok.. So in-fact K3d provides that Linux Container to host K3S ?..is that what K3d helps (Obviously with many other things that K3d has ) Again as just trying tread through so asking very basic questions .
w
K3s runs on Linux. Docker Desktop provides a Linux VM. k3d runs K3s containers in Docker Desktop, thus giving you the ability to run k3s clusters (multi node even) on any system where Docker runs - for dev and testing, etc. not really for production.
i
Thanks you thats a lot of good thin i learnt . J
As Docker desktop gives the Linux VM can't we run K3s in Docker desktop on Mac OS X ? or still we need K3d wrapper ?
c
For that you'd want Rancher Desktop
Not Docker Desktop
i
Thanks . That was helpful