Hacker News new | ask | show | jobs
by mantap 2337 days ago
K8s is kubernetes, Linux containers. If you want to run it on macOS or Windows it runs inside a Linux VM. You might as well buy a Linux computer and SSH into it from your Mac, is the point.
2 comments

Not really*, see xhyve.

https://github.com/machyve/xhyve

Meaning, it’s not a heavy Virtualbox or Vmware type VM, no ‘vagrant up’ needed.

Instead:

https://minikube.sigs.k8s.io/docs/reference/drivers/hyperkit...

There's still overhead in running containers on MacOS. File I/O is especially much slower in containers on Mac vs. natively on Linux.
yes i’m fully aware of what kubernetes is. and your point is exactly mine, don’t buy a mac with the intent to run linux on it so thanks for confirming that for me