Y
Hacker News
new
|
ask
|
show
|
jobs
by
nunez
979 days ago
If you're just messing around, just use kind (
https://kind.sigs.k8s.io
) or minikube if you want VMs (
https://minikube.sigs.k8s.io
). Both work on ARM-based platforms.
You can also use k3s; it's hella easy to get started with and it works great.
1 comments
sklarsa
978 days ago
If you go the kind route, be sure to not use Docker for mac and instead opt for podman which is much more resource efficient. Now that I've switched over to podman, my computer doesn't sound like it's about to blast off when I'm running clusters.
link
nunez
977 days ago
Not a fan of docker for Mac for sure. Podman or Rancher Desktop or Colima are the way to go.
link